Test of the operator module

This commit is contained in:
Barry Warsaw 1996-12-18 19:56:22 +00:00
parent 39900421bf
commit a09ec19a33
3 changed files with 78 additions and 0 deletions

View file

@ -29,6 +29,7 @@ tests = ['test_grammar',
'test_fcntl',
'test_gdbm',
'test_grp',
'test_operator',
]
if __name__ == '__main__':