creeper-adventure/.venv/share/doc/pyflyby/testing.txt
2022-03-31 20:20:07 -05:00

13 lines
186 B
Text

./setup.py test
py.test --doctest-modules lib tests
py.test tests/test_foo.py -v -k TAG
py.test --pdb -k TAG
py.test -n NUM # requires pytest-xdist plugin
tox
tox -e py27-ipy23