Wrap testing module inside a docker-compose

This commit is contained in:
Thales Lima
2024-06-27 16:02:19 +02:00
parent b598a12592
commit a9954873d9
7 changed files with 94 additions and 53 deletions

View File

@@ -61,7 +61,7 @@ class TestRunner:
print(f"❗️ {test['name']} failed: {result.message}")
self.tycho_runner.empty_database(
"postgres://postgres:mypassword@localhost:5431"
"postgres://postgres:mypassword@db:5432"
)
def validate_state(self, expected_state: dict, stop_block: int) -> TestResult: