PyTest testsuite for newly quickstarted applications #134
amol-
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In TurboGears 2.5 the test suite of newly quickstarted apps has been migrated from nose to pytest.
Also using
python setup.py test
will no longer work, you are expected to just runpytest
from the application directory.Using
pip install appname[testing]
still works to ensure all testing dependencies (pytest included) are installed.Beta Was this translation helpful? Give feedback.
All reactions