summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_nis.py
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1996-12-23 23:39:42 (GMT)
committerBarry Warsaw <barry@python.org>1996-12-23 23:39:42 (GMT)
commit5e056bbb76bec655f447fd44367f88e33af3bb02 (patch)
tree82093cea175335a37d441cad361b79be6fbb743c /Lib/test/test_nis.py
parentaeb207c6b69a0efaab686d5257be6fe1dfe2a179 (diff)
downloadcpython-5e056bbb76bec655f447fd44367f88e33af3bb02.zip
cpython-5e056bbb76bec655f447fd44367f88e33af3bb02.tar.gz
cpython-5e056bbb76bec655f447fd44367f88e33af3bb02.tar.bz2
test_rotor.py: New test of the rotor module.
test_*: converted to the new test harness. GvR note! test_signal.py works interatively (i.e. when verbose=1) but does not work inside the test harness. It must be a timing issue, but I haven't figured it out yet.
Diffstat (limited to 'Lib/test/test_nis.py')
-rw-r--r--Lib/test/test_nis.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/Lib/test/test_nis.py b/Lib/test/test_nis.py
index 4f78932..9b3910d 100644
--- a/Lib/test/test_nis.py
+++ b/Lib/test/test_nis.py
@@ -1,9 +1,7 @@
+from test_support import verbose
import nis
-verbose = 0
-if __name__ == '__main__':
- verbose = 1
-
+print 'nis.maps()'
maps = nis.maps()
done = 0
for nismap in maps: