Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c4afe2950ab97fb529da99b511036b8a974b1694
/
Lib
/
test
/
test_pwd.py
43fe03a
Make test_pwd more stable in the face of unusual LDAP/NIS/Kerberos deployments (the old test was flaky on Google buildslaves).
by Collin Winter
· 15 years ago
b0f5adc
use assert[Not]IsInstance where appropriate
by Ezio Melotti
· 15 years ago
aa98058
use assert[Not]In where appropriate
by Ezio Melotti
· 15 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
59beec3
Add import_function method to test.test_support, and modify a number of
by R. David Murray
· 16 years ago
74bbc79
Replace all map(None, a) with list(a).
by Georg Brandl
· 17 years ago
66b4ab7
I'm tired of these tests breaking at Google due to our large number of
by Guido van Rossum
· 17 years ago
0e664e1
skip NIS entries, empty entries, etc
by Fredrik Lundh
· 19 years ago
80768f8
skip nis entries, if not filtered out by getpwall itself
by Fredrik Lundh
· 19 years ago
21d3a32
Combine the functionality of test_support.run_unittest()
by Walter Dörwald
· 22 years ago
0eadaac
Whitespace normalization.
by Tim Peters
· 22 years ago
ecd2fdc
Change test_pwd and test_grp so they can handle duplicate user
by Walter Dörwald
· 22 years ago
66e1e50
Fix the test so that it works even when /etc/passwd has two entries
by Walter Dörwald
· 22 years ago
b1ded1e
Port test_pwd.py to PyUnit. Check that getpwall() and
by Walter Dörwald
· 22 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
2846b0a
String method conversion.
by Eric S. Raymond
· 24 years ago
f785042
a bold attempt to fix things broken by MAL's verify patch: import
by Fredrik Lundh
· 24 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 24 years ago
132dce2
Update the code to better reflect recommended style:
by Fred Drake
· 24 years ago
004d5e6
Make reindent.py happy (convert everything to 4-space indents!).
by Fred Drake
· 25 years ago
a05e293
typos fixed by Rob Hooft
by Jeremy Hylton
· 25 years ago
41360a4
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
462d6e6
More robust way of choosing a non-existant uid (faster, too).
by Guido van Rossum
· 28 years ago
6308d51
More robust way of choosing a non-existant uid (faster, too).
by Guido van Rossum
· 28 years ago
5e056bb
test_rotor.py: New test of the rotor module.
by Barry Warsaw
· 28 years ago
3d070fb
Test of the pwd module
by Barry Warsaw
· 28 years ago