Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 475a71a

Browse files
author
Waylan Limberg
committed
Added a note about tox in test suite docs.
1 parent 0f548da commit 475a71a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/test_suite.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,13 @@ nose`). Any standard nosetests config options can be passed in on the command
2020
line (i.e.: verbosity level or use of a plugin like coverage).
2121

2222
Additionally, a nicely formatted HTML report of all output is written to a
23-
temporary file in `tmp/test-output.html`. Open the file in a browser to view
23+
temporary file in `test-output.html`. Open the file in a browser to view
2424
the report.
2525

26+
A tox.ini file is also provided, so [tox] can be used to automatically create
27+
virtual environments and run the tests on each supported Python version. See
28+
the wiki for instructions on [setting up a testing environment] to use tox.
29+
2630
The test suite contains two kinds of tests: Markdown Syntax Tests and Unit
2731
Tests.
2832

@@ -128,3 +132,5 @@ writing new tests, those standards and naming conventions should be followed.
128132
[Perl]: http://daringfireball.net/projects/markdown/
129133
[PHP]: http://michelf.com/projects/php-markdown/
130134
[PyTidyLib]: http://countergram.com/open-source/pytidylib/
135+
[tox]: http://testrun.org/tox/latest/
136+
[setting up a testing environment]: https://github.com/waylan/Python-Markdown/wiki/Test-Environment-Setup

0 commit comments

Comments
 (0)