Changeset 391 for python/trunk/Lib/test/test_nis.py
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Lib/test/test_nis.py
r2 r391 1 1 from test import test_support 2 2 import unittest 3 import nis 3 4 nis = test_support.import_module('nis') 4 5 5 6 class NisTests(unittest.TestCase): … … 11 12 if test_support.verbose: 12 13 print "Test Skipped:", msg 13 # Can't raise TestSkippedas regrtest only recognizes the exception14 # Can't raise SkipTest as regrtest only recognizes the exception 14 15 # import time. 15 16 return
Note:
See TracChangeset
for help on using the changeset viewer.