summaryrefslogtreecommitdiff
path: root/Lib/test/test_pwd.py
Commit message (Expand)AuthorAgeFilesLines
* Make test_pwd more stable in the face of unusual LDAP/NIS/Kerberos deployment...Collin Winter2010-03-181-5/+8
* use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-7/+7
* use assert[Not]In where appropriateEzio Melotti2010-01-231-2/+2
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-9/+9
* Add import_function method to test.test_support, and modify a number ofR. David Murray2009-03-301-1/+1
* Replace all map(None, a) with list(a).Georg Brandl2008-07-181-2/+2
* I'm tired of these tests breaking at Google due to our large number ofGuido van Rossum2008-01-231-0/+3
* skip NIS entries, empty entries, etcFredrik Lundh2005-12-121-2/+2
* skip nis entries, if not filtered out by getpwall itselfFredrik Lundh2005-12-121-0/+2
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-3/+1
* Whitespace normalization.Tim Peters2003-04-241-1/+0
* Change test_pwd and test_grp so they can handle duplicate userWalter Dörwald2003-04-221-1/+3
* Fix the test so that it works even when /etc/passwd has two entriesWalter Dörwald2003-04-151-1/+12
* Port test_pwd.py to PyUnit. Check that getpwall() andWalter Dörwald2003-04-151-63/+74
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* String method conversion.Eric S. Raymond2001-02-091-2/+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-2/+2
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-1/+1
* typos fixed by Rob HooftJeremy Hylton2000-06-281-1/+1
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-18/+18
* More robust way of choosing a non-existant uid (faster, too).Guido van Rossum1997-05-201-1/+1
* More robust way of choosing a non-existant uid (faster, too).Guido van Rossum1997-05-201-4/+4
* test_rotor.py: New test of the rotor module.Barry Warsaw1996-12-231-6/+8
* Test of the pwd moduleBarry Warsaw1996-12-111-0/+70