..
async_def.txt
Support 'yield from' (Python 3.3) and await (Python 3.5) expressions.
2019-10-10 10:59:10 -07:00
async_for.txt
Modify async for test to avoid known try-except problem with trailing unnecessary continue when the try-except is not followed by any other statements.
2020-10-22 15:35:59 +11:00
build_const_key_map.txt
Adds support for BUILD_CONST_KEY_MAP opcode
2020-10-20 01:46:38 -04:00
chain_assignment.txt
Support chained assignment statements, e.g. a = b = c.
2020-10-23 21:19:01 +11:00
f-string.txt
Support chained assignment statements, e.g. a = b = c.
2020-10-23 21:19:01 +11:00
if_elif_else.txt
Migrate additional tests which previously didn't have reference source to
2019-10-07 17:06:08 -07:00
iter_unpack.txt
Migrate additional tests which previously didn't have reference source to
2019-10-07 17:06:08 -07:00
lambdas_assignment.txt
Migrate additional tests which previously didn't have reference source to
2019-10-07 17:06:08 -07:00
loadbuild_class.txt
Migrate additional tests which previously didn't have reference source to
2019-10-07 17:06:08 -07:00
loop_try_except.txt
Modify async for test to avoid known try-except problem with trailing unnecessary continue when the try-except is not followed by any other statements.
2020-10-22 15:35:59 +11:00
matrix_mult_oper.txt
Migrate additional tests which previously didn't have reference source to
2019-10-07 17:06:08 -07:00
nan_inf.txt
Handle NaN and infinity values
2020-10-15 21:04:57 -04:00
print_to.txt
Migrate additional tests which previously didn't have reference source to
2019-10-07 17:06:08 -07:00
private_name.txt
Unmangle private names ('__' prefix) in class declarations.
2019-10-10 14:47:48 -07:00
simple_const.txt
Add a new unit test framework that actually checks the output of
2019-10-03 15:33:52 -07:00
test_applyEquiv.txt
Move more tests into the new framework, including current xfails.
2019-10-07 13:38:19 -07:00
test_augmentedAssign.txt
Move more tests into the new framework, including current xfails.
2019-10-07 13:38:19 -07:00
test_class.txt
Move test_class.pyc to the new test framwork, and fix tokenization
2019-10-03 17:12:52 -07:00
test_class_method.txt
Move more tests into the new framework, including current xfails.
2019-10-07 13:38:19 -07:00
test_class_method_py3.txt
Update tests to show that #39 is resolved, and add dummy support for
2020-10-22 09:06:57 -07:00
test_class_py3.txt
Update tests to show that #39 is resolved, and add dummy support for
2020-10-22 09:06:57 -07:00
test_decorators.txt
Migrate additional tests which previously didn't have reference source to
2019-10-07 17:06:08 -07:00
test_del.txt
Migrate a couple more passing tests, and handle end-of-line comments
2019-10-03 20:56:52 -07:00
test_dict.txt
Migrate additional tests which previously didn't have reference source to
2019-10-07 17:06:08 -07:00
test_divide_future.txt
Move more tests into the new framework, including current xfails.
2019-10-07 13:38:19 -07:00
test_divide_no_future.txt
Move more tests into the new framework, including current xfails.
2019-10-07 13:38:19 -07:00
test_docstring.txt
Migrate additional tests which previously didn't have reference source to
2019-10-07 17:06:08 -07:00
test_empty.txt
Add support for expected test failures
2019-10-07 11:36:09 -07:00
test_exceptions.txt
Move more tests into the new framework, including current xfails.
2019-10-07 13:38:19 -07:00
test_exec.txt
Migrate several more passing tests to new test framework
2019-10-04 11:05:52 -07:00
test_expressions.txt
Migrate several more passing tests to new test framework
2019-10-04 11:05:52 -07:00
test_extendedImport.txt
Don't write parens around for loop value tuples
2019-10-04 14:08:47 -07:00
test_extendedPrint.txt
Merge print nodes in the AST rather than attempting to manage it during
2019-10-09 14:20:46 -07:00
test_finally.txt
Migrate additional tests which previously didn't have reference source to
2019-10-07 17:06:08 -07:00
test_functions.txt
Move more tests into the new framework, including current xfails.
2019-10-07 13:38:19 -07:00
test_functions_py3.txt
Support Python 3.x kw-only arguments.
2019-10-08 11:36:12 -07:00
test_global.txt
Migrate several more passing tests to new test framework
2019-10-04 11:05:52 -07:00
test_globals.txt
Migrate several more passing tests to new test framework
2019-10-04 11:05:52 -07:00
test_import.txt
Move more tests into the new framework, including current xfails.
2019-10-07 13:38:19 -07:00
test_import_as.txt
Don't write parens around for loop value tuples
2019-10-04 14:08:47 -07:00
test_integers.txt
Move more tests into the new framework, including current xfails.
2019-10-07 13:38:19 -07:00
test_iterators.txt
Migrate several more passing tests to new test framework
2019-10-04 11:05:52 -07:00
test_lambda.txt
Move more tests into the new framework, including current xfails.
2019-10-07 13:38:19 -07:00
test_listComprehensions.txt
Port Python 2.7 list comprehension fixes by @ReDucTor from #78
2019-10-04 16:35:58 -07:00
test_loops.txt
Move more tests into the new framework, including current xfails.
2019-10-07 13:38:19 -07:00
test_loops2.txt
Move more tests into the new framework, including current xfails.
2019-10-07 13:38:19 -07:00
test_misc.txt
Migrate several more passing tests to new test framework
2019-10-04 11:05:52 -07:00
test_nested_elif.txt
Migrate several more passing tests to new test framework
2019-10-04 11:05:52 -07:00
test_nested_ifs.txt
Migrate several more passing tests to new test framework
2019-10-04 11:05:52 -07:00
test_nested_scopes.txt
Move more tests into the new framework, including current xfails.
2019-10-07 13:38:19 -07:00
test_prettyprint.txt
Unify test_prettyprint variations and add to passing tests.
2019-10-07 13:42:39 -07:00
test_print.txt
Migrate several more passing tests to new test framework
2019-10-04 11:05:52 -07:00
test_print_to.txt
Merge print nodes in the AST rather than attempting to manage it during
2019-10-09 14:20:46 -07:00
test_single_stmt.txt
Migrate several more passing tests to new test framework
2019-10-04 11:05:52 -07:00
test_slices.txt
Move more tests into the new framework, including current xfails.
2019-10-07 13:38:19 -07:00
test_tuple_params.txt
Migrate test_tuple_params to new test framework.
2019-10-07 13:54:46 -07:00
test_tuples.txt
Move more tests into the new framework, including current xfails.
2019-10-07 13:38:19 -07:00
test_with.txt
Migrate additional tests which previously didn't have reference source to
2019-10-07 17:06:08 -07:00
test_yield.txt
Migrate several more passing tests to new test framework
2019-10-04 11:05:52 -07:00
try_except_finally.txt
Migrate additional tests which previously didn't have reference source to
2019-10-07 17:06:08 -07:00
unicode.txt
Add tests for unicode/bytes string literals
2019-10-06 13:50:53 -07:00
unicode_future.txt
Add tests for unicode/bytes string literals
2019-10-06 13:50:53 -07:00
unicode_py3.txt
Add tests for unicode/bytes string literals
2019-10-06 13:50:53 -07:00
unpack_assign.txt
Add a test for unpack assignment
2019-10-04 14:33:38 -07:00
unpack_empty.txt
CRLF -> LF
2020-10-23 11:28:42 +11:00
variable_annotations.txt
Adds support for SETUP_ANNOTATION op and variable annotations
2020-10-21 21:42:13 -04:00
while_loop.txt
Migrate additional tests which previously didn't have reference source to
2019-10-07 17:06:08 -07:00
while_loops2.txt
Migrate additional tests which previously didn't have reference source to
2019-10-07 17:06:08 -07:00
yield_from.txt
Support 'yield from' (Python 3.3) and await (Python 3.5) expressions.
2019-10-10 10:59:10 -07:00