##// END OF EJS Templates
docs: make the default method for running tests more visible...
Mads Kiilerich -
r5922:e6fafb5e default
parent child Browse files
Show More
@@ -49,8 +49,12 b' Running tests'
49 -------------
49 -------------
50
50
51 After finishing your changes make sure all tests pass cleanly. You can run
51 After finishing your changes make sure all tests pass cleanly. You can run
52 the testsuite running ``py.test`` from the project root, or if you use tox
52 the testsuite by running ``py.test`` from the project root::
53 run ``tox`` for Python 2.6--2.7 with multiple database test.
53
54 py.test
55
56 You can also use ``tox`` to run the tests with all supported Python versions
57 (currently Python 2.6--2.7).
54
58
55 When running tests, Kallithea uses `kallithea/tests/test.ini` and populates the
59 When running tests, Kallithea uses `kallithea/tests/test.ini` and populates the
56 SQLite database specified there.
60 SQLite database specified there.
General Comments 0
You need to be logged in to leave comments. Login now