File tree 1 file changed +17
-0
lines changed
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:
18
18
19
19
- nose _, version 1.0 or later
20
20
21
+ - `mock <http://www.voidspace.org.uk/python/mock/ >`_, when running python
22
+ versions < 3.3
23
+
21
24
- `Ghostscript <http://pages.cs.wisc.edu/~ghost/ >`_ (to render PDF
22
25
files)
23
26
24
27
- `Inkscape <http://inkscape.org >`_ (to render SVG files)
25
28
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
+
26
36
Running the tests
27
37
-----------------
28
38
@@ -36,6 +46,13 @@ The script can take any of the usual `nosetest arguments`_, such as
36
46
``--with-coverage `` enable collecting coverage information
37
47
=================== ===========
38
48
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
+
39
56
To run a single test from the command line, you can provide a
40
57
dot-separated path to the module followed by the function separated by
41
58
a colon, e.g., (this is assuming the test is installed)::
You can’t perform that action at this time.
0 commit comments