summaryrefslogtreecommitdiff
path: root/Lib/test/test_nis.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23277: Remove unused sys and os importsBerker Peksag2016-04-241-1/+0
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-4/+1
* Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-5/+1
* reenable test_nis on solaris #3402Benjamin Peterson2010-09-121-2/+0
* Only skip test_nis on Solaris.Alexandre Vassalotti2009-07-221-1/+3
* Merged revisions 70734,70775,70856,70874,70876-70877 via svnmergeR. David Murray2009-03-311-1/+3
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-281-2/+2
* disable test_nis; it hangsBenjamin Peterson2008-08-191-0/+2
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-3/+3
* Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,...Christian Heimes2008-03-191-4/+6
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-29/+38
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Update the code to better reflect recommended style:Fred Drake2000-12-121-1/+1
* Raise 'TestSkipped' (from the test_support) module rather than 'ImportError'Thomas Wouters2000-08-041-2/+2
* Slight reworking of this test. If nis.maps() gives a nis.error, thenBarry Warsaw1999-01-281-2/+5
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-13/+13
* Catch nis.error and raise TestFailed instead. This catches theBarry Warsaw1997-05-151-2/+7
* test_rotor.py: New test of the rotor module.Barry Warsaw1996-12-231-4/+2
* Rewrite without using try-except to break out of two loops.Guido van Rossum1996-12-111-17/+18
* Just test one key/value pair for one NIS map. I.e. don't test themBarry Warsaw1996-12-111-11/+17
* test of the nis moduleBarry Warsaw1996-12-111-0/+19