Skip to content

Commit d8e40d8

Browse files
committed
Correction in testing documentation
1 parent f95a3fb commit d8e40d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To test only UserKit::
3737

3838
To test only the example servlets in the default context::
3939

40-
python -m unittest discover -p Test*.py -vs Tests.TestEndToEnd.TestExamples
40+
python -m unittest discover -p TestExamples.py -vs Tests.TestEndToEnd
4141

4242
You can also use tox_ as a test runner. The Webware source package already contains a suitable tox.ini configuration file for running the unit tests with all supported Python versions, and also running a few additional code quality checks.
4343

0 commit comments

Comments
 (0)