We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b2d0aa commit aa4b82aCopy full SHA for aa4b82a
run-tests.sh tests/run-tests.shrun-tests.sh renamed to tests/run-tests.sh
@@ -3,4 +3,4 @@
3
# To run all in a file tests/test_foo.py
4
# To run all in a class tests/test_foo.py::TestFoo
5
# To run a single test tests/test_foo.py::TestFoo::test_foo
6
-python -m pytest -s $1
+cd .. && python -m pytest -s $1
0 commit comments