mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +00:00
Patch #1678088: convert test_operations to use unittest, fold the result into test_dict.
This commit is contained in:
parent
7b9c555520
commit
f567ca3e1a
4 changed files with 72 additions and 100 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue