summaryrefslogtreecommitdiffstats
path: root/Lib/test/testall.py
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1996-12-18 19:56:22 (GMT)
committerBarry Warsaw <barry@python.org>1996-12-18 19:56:22 (GMT)
commita09ec19a332de34de493b2c4da2b89b46fadc370 (patch)
tree8ff87f4304c6d847e26397403eaa30f8bd0b4f6d /Lib/test/testall.py
parent39900421bfad095ea5d029dca201d262a94c8f66 (diff)
downloadcpython-a09ec19a332de34de493b2c4da2b89b46fadc370.zip
cpython-a09ec19a332de34de493b2c4da2b89b46fadc370.tar.gz
cpython-a09ec19a332de34de493b2c4da2b89b46fadc370.tar.bz2
Test of the operator module
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 318ab4c..3dc30c3 100644
--- a/Lib/test/testall.py
+++ b/Lib/test/testall.py
@@ -29,6 +29,7 @@ tests = ['test_grammar',
'test_fcntl',
'test_gdbm',
'test_grp',
+ 'test_operator',
]
if __name__ == '__main__':