Skip to content

Commit

Permalink
#61 Fixed the pytest-extension integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Oct 7, 2024
1 parent 0cd611b commit 642cc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ test +projects=PROJECTS:
for p in "{{projects}}".split():
run(f"poetry -C {p}/ install")
# run(f"poetry -C {p}/ run nox -f {p}/noxfile.py -s coverage")
run(f"poetry -C {p}/ run pytest -s --backend=onprem test/integration/tmp_test.py")
run(f"poetry -C {p}/ run pytest -s --backend=onprem {p}/test/integration/tmp_test.py")
sys.exit(rc)

relock +projects=PROJECTS:
Expand Down

0 comments on commit 642cc6c

Please sign in to comment.