Skip to content

Commit bec6f7b

Browse files
committed
Fix the link to the nosedocs and add a little more information
1 parent 6397fe9 commit bec6f7b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

tests.py

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
#!/usr/bin/env python
22
#
33
# 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.
4+
#
5+
# $ python tests.py -v -d
6+
#
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.
711

812
import os
913
import time

0 commit comments

Comments
 (0)