micropython/tests/cpydiff
Rami Ali 86c7507233 tests/cpydiff: Add initial set of tests for uPy-CPython differences.
These tests are intended to fail, as they provide a programatic record of
differences between uPy and CPython.  They also contain a special comment
at the start of the file which has meta-data describing the difference,
including known causes and known workarounds.
2017-02-20 16:50:34 +11:00
..
modules
core_arguments.py
core_class_delnotimpl.py
core_class_superaslocal.py
core_class_supermultiple.py
core_class_superproperty.py
core_function_instancevar.py
core_function_unpacking.py
core_generator_noexit.py
core_import_prereg.py
core_mro.py
modules_array_containment.py
modules_array_deletion.py
modules_array_subscrstep.py
modules_deque.py
modules_json_nonserializable.py
modules_struct_fewargs.py
modules_struct_manyargs.py
modules_sys_stdassign.py
syntax_spaces.py
syntax_unicode_nameesc.py
types_bytearray_sliceassign.py
types_bytes_keywords.py
types_bytes_subscrstep.py
types_exception_chaining.py
types_exception_instancevar.py tests/cpydiff: Add initial set of tests for uPy-CPython differences. 2017-02-20 16:50:34 +11:00
types_exception_loops.py
types_exception_subclassinit.py
types_float_rounding.py
types_int_subclassconv.py
types_int_tobytesfloat.py
types_list_delete_subscrstep.py
types_list_store_subscrstep.py
types_str_decodeerror.py tests/cpydiff: Add initial set of tests for uPy-CPython differences. 2017-02-20 16:50:34 +11:00
types_str_endswith.py tests/cpydiff: Add initial set of tests for uPy-CPython differences. 2017-02-20 16:50:34 +11:00
types_str_formatsubscr.py
types_str_keywords.py
types_str_rsplitnone.py
types_str_subclassequality.py
types_str_subscrstep.py
types_tuple_subscrstep.py