commit | a09ec19a332de34de493b2c4da2b89b46fadc370 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Wed Dec 18 19:56:22 1996 +0000 |
committer | Barry Warsaw <barry@python.org> | Wed Dec 18 19:56:22 1996 +0000 |
tree | 8ff87f4304c6d847e26397403eaa30f8bd0b4f6d | |
parent | 39900421bfad095ea5d029dca201d262a94c8f66 [diff] [blame] |
Test of the operator module
diff --git a/Lib/test/testall.py b/Lib/test/testall.py index 318ab4c..3dc30c3 100644 --- a/Lib/test/testall.py +++ b/Lib/test/testall.py
@@ -29,6 +29,7 @@ 'test_fcntl', 'test_gdbm', 'test_grp', + 'test_operator', ] if __name__ == '__main__':