Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
fe2f1ad5b5ac92cc153ff9fdbd88f6058d50a75f
/
Lib
/
test
/
test_grp.py
f8a6391
Merged revisions 87238 via svnmerge from
by R. David Murray
· 15 years ago
b3be23a
remove the svn:executable property from files that don't have shebang lines
by Benjamin Peterson
· 15 years ago
b0f5adc
use assert[Not]IsInstance where appropriate
by Ezio Melotti
· 16 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
· 18 years ago
3685045
Change test_values so that it compares the lowercasing of group names since getgrall() can return all lowercase names while getgrgid() returns proper casing.
by Brett Cannon
· 19 years ago
0e664e1
skip NIS entries, empty entries, etc
by Fredrik Lundh
· 20 years ago
ce6829a
On Mac OS X pwd.getpwall() might return the tuples
by Walter Dörwald
· 22 years ago
21d3a32
Combine the functionality of test_support.run_unittest()
by Walter Dörwald
· 22 years ago
ce07c8a
Max OS X returns "*" as the password in grp.getgrall()
by Walter Dörwald
· 22 years ago
ecd2fdc
Change test_pwd and test_grp so they can handle duplicate user
by Walter Dörwald
· 22 years ago
64976e7
Fix copy & paste error in comment.
by Walter Dörwald
· 22 years ago
43bc1f1
Fix the test so that it works even when /etc/group 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
2e2be37
Change the PyUnit-based tests to use the test_main() approach. This
by Fred Drake
· 24 years ago
5b811be
Simple conversion to PyUnit.
by Fred Drake
· 24 years ago
f785042
a bold attempt to fix things broken by MAL's verify patch: import
by Fredrik Lundh
· 25 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 25 years ago
004d5e6
Make reindent.py happy (convert everything to 4-space indents!).
by Fred Drake
· 25 years ago
41360a4
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
30da0ea
Believe it or not, some people have an empty group database.
by Guido van Rossum
· 28 years ago
fab8ab8
Many scripts, but small changes. Update the way the scripts obtain the
by Roger E. Masse
· 29 years ago
749cc6b
Test script for the UNIX group file access module (grp)
by Roger E. Masse
· 29 years ago