Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 6397fe9 commit bec6f7bCopy full SHA for bec6f7b
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