summaryrefslogtreecommitdiff
path: root/Lib/test/test_nis.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-101-5/+1
* Change more tests to use import_module for the modules thatR. David Murray2009-03-301-1/+2
* remove test_support.TestSkipped and just use unittest.SkipTestBenjamin Peterson2009-03-261-1/+1
* test_nis would fail if test.test_support.verbose was true but NIS was not setBrett Cannon2008-03-191-4/+6
* Convert test_nis to unittest.Georg Brandl2006-10-291-35/+37
* Remove passwd.adjunct.byname from list of mapsMartin v. Löwis2006-10-221-0/+7
* 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