Skip to content

Commit

Permalink
Add script for easy local test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
dwt committed Nov 26, 2024
1 parent a0ec686 commit 3f3b0d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/run_tests_in_docker
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

exec docker compose run --rm zope \
watching_testrunner --basepath Products --basepath tests \
-- pytest --tb=short $@

0 comments on commit 3f3b0d0

Please sign in to comment.