Patch #1678088: convert test_operations to use unittest, fold the result into test_dict.

This commit is contained in:
Collin Winter 2007-03-12 15:57:19 +00:00
parent 7b9c555520
commit f567ca3e1a
4 changed files with 72 additions and 100 deletions

View file

@ -470,7 +470,7 @@ def main(tests=None, testdir=None, verbose=0, quiet=False, generate=False,
STDTESTS = [
'test_grammar',
'test_opcodes',
'test_operations',
'test_dict',
'test_builtin',
'test_exceptions',
'test_types',