summaryrefslogtreecommitdiffstats
path: root/Lib/test/testall.py
diff options
context:
space:
mode:
authorRoger E. Masse <rmasse@newcnri.cnri.reston.va.us>1996-12-18 19:36:34 (GMT)
committerRoger E. Masse <rmasse@newcnri.cnri.reston.va.us>1996-12-18 19:36:34 (GMT)
commit749cc6b2411ecc898badf597b8554abb845e7f74 (patch)
tree58e51402b3d633d1274a7acb168549644322d7aa /Lib/test/testall.py
parentf90eddef5d3554136623aa81a91187640bf0e92c (diff)
downloadcpython-749cc6b2411ecc898badf597b8554abb845e7f74.zip
cpython-749cc6b2411ecc898badf597b8554abb845e7f74.tar.gz
cpython-749cc6b2411ecc898badf597b8554abb845e7f74.tar.bz2
Test script for the UNIX group file access module (grp)
Diffstat (limited to 'Lib/test/testall.py')
-rw-r--r--Lib/test/testall.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/testall.py b/Lib/test/testall.py
index 62b16a4..318ab4c 100644
--- a/Lib/test/testall.py
+++ b/Lib/test/testall.py
@@ -28,6 +28,7 @@ tests = ['test_grammar',
'test_xdr',
'test_fcntl',
'test_gdbm',
+ 'test_grp',
]
if __name__ == '__main__':