File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,21 @@ The following software is required to run the tests:
1818
1919 - nose _, version 1.0 or later
2020
21+ - `mock <http://www.voidspace.org.uk/python/mock/ >`_, when running python
22+ versions < 3.3
23+
2124 - `Ghostscript <http://pages.cs.wisc.edu/~ghost/ >`_ (to render PDF
2225 files)
2326
2427 - `Inkscape <http://inkscape.org >`_ (to render SVG files)
2528
29+ Optionally you can install:
30+
31+ - `coverage <http://nedbatchelder.com/code/coverage/ >`_ to collect coverage
32+ information
33+
34+ - `pep8 <http://pep8.readthedocs.org/en/latest >`_ to test coding standards
35+
2636Running the tests
2737-----------------
2838
@@ -36,6 +46,13 @@ The script can take any of the usual `nosetest arguments`_, such as
3646``--with-coverage `` enable collecting coverage information
3747=================== ===========
3848
49+ Additionally it is possible to run only coding standard test or disable them:
50+
51+ =================== ===========
52+ ``--pep8 `` run only PEP8 checks
53+ ``--no-pep8 `` disable PEP8 checks
54+ =================== ===========
55+
3956To run a single test from the command line, you can provide a
4057dot-separated path to the module followed by the function separated by
4158a colon, e.g., (this is assuming the test is installed)::
You can’t perform that action at this time.
0 commit comments