Skip to content

Commit 57c8ae8

Browse files
Merge pull request #209 from pact-foundation/bug/fix_test_dir
fix: fix test directory
2 parents 7e0feab + af3dadf commit 57c8ae8

File tree

12 files changed

+37
-459
lines changed

12 files changed

+37
-459
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# pact-python specific ignores
22
e2e/pacts
3+
userserviceclient-userservice.json
34
pact/bin
45

56
# Byte-compiled / optimized / DLL files

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)