Skip to content

Commit aa4b82a

Browse files
author
Daniel Townsend
committed
moved run-tests
1 parent 8b2d0aa commit aa4b82a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.sh renamed to tests/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# To run all in a file tests/test_foo.py
44
# To run all in a class tests/test_foo.py::TestFoo
55
# To run a single test tests/test_foo.py::TestFoo::test_foo
6-
python -m pytest -s $1
6+
cd .. && python -m pytest -s $1

0 commit comments

Comments
 (0)