We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1d391a + bec6f7b commit ca205cbCopy full SHA for ca205cb
tests.py
@@ -1,9 +1,13 @@
1
#!/usr/bin/env python
2
#
3
# This allows running the matplotlib tests from the command line: e.g.
4
-# python tests.py -v -d
5
-# See http://somethingaboutorange.com/mrl/projects/nose/1.0.0/usage.html
6
-# for options.
+#
+# $ python tests.py -v -d
7
+# The arguments are identical to the arguments accepted by nosetests.
8
9
+# See https://nose.readthedocs.org/ for a detailed description of
10
+# these options.
11
12
import os
13
import time
0 commit comments