Skip to content

Commit 579f3f8

Browse files
committed
fix: ensure path is passed to broker and allow running from root rather than test file
1 parent 7e0feab commit 579f3f8

File tree

10 files changed

+36
-431
lines changed

10 files changed

+36
-431
lines changed

examples/e2e/Pipfile

Lines changed: 0 additions & 15 deletions
This file was deleted.

examples/e2e/Pipfile.lock

Lines changed: 0 additions & 255 deletions
This file was deleted.
File renamed without changes.

examples/e2e/pythonclient-pythonservice.json

Lines changed: 0 additions & 81 deletions
This file was deleted.

examples/e2e/run_pytest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ trap teardown EXIT
1313

1414
sleep 3
1515

16-
pytest --publish-pact 1
16+
pytest contract_tests --publish-pact 1
1717

1818
teardown
1919

0 commit comments

Comments
 (0)