micropython/tests/cpydiff
Damien George 69b415f745 tests: Move CPy diff test to real test now that subclass equality works.
Testing for equality of subclassed strings now works, thanks to commit
3aab54bf43
2020-02-04 18:25:34 +11:00
..
modules
modules2/subpkg
builtin_next_arg2.py tests/cpydiff: Fix markup where "`" (xref) was used instead of "``" (code). 2017-12-03 15:32:09 +02:00
core_class_delnotimpl.py
core_class_mro.py
core_class_supermultiple.py
core_class_superproperty.py
core_function_argcount.py
core_function_userattr.py
core_generator_noexit.py
core_import_path.py
core_import_prereg.py
core_import_split_ns_pkgs.py
core_locals.py tests/cpydiff: Add cases for locals() discrepancies. 2017-09-16 13:05:15 +03:00
core_locals_eval.py tests/cpydiff: Add cases for locals() discrepancies. 2017-09-16 13:05:15 +03:00
modules_array_containment.py
modules_array_deletion.py
modules_array_subscrstep.py
modules_deque.py
modules_json_nonserializable.py
modules_os_environ.py tests/cpydiff: Add os module environ differences. 2020-02-04 17:54:31 +11:00
modules_os_getenv.py tests/cpydiff: Add os module environ differences. 2020-02-04 17:54:31 +11:00
modules_os_getenv_argcount.py tests/cpydiff: Add os module environ differences. 2020-02-04 17:54:31 +11:00
modules_struct_fewargs.py
modules_struct_manyargs.py
modules_sys_stdassign.py tests/cpydiff/: Improve wording, add more workarounds. 2017-07-09 14:33:55 +03:00
syntax_spaces.py
syntax_unicode_nameesc.py
types_bytearray_sliceassign.py
types_bytes_format.py tests/cpydiff: Add case for difference in behaviour of bytes.format(). 2018-09-26 15:31:10 +10:00
types_bytes_keywords.py tests/cpydiff: Fix typo in types_bytes_keywords.py doc comments. 2019-10-21 23:25:09 +11:00
types_bytes_subscrstep.py tests/cpydiff/: Improve wording, add more workarounds. 2017-07-09 14:33:55 +03:00
types_dict_keys_set.py tests/cpydiff: Add CPy diff-test for using dict.keys() as a set. 2020-01-06 23:26:00 +11:00
types_exception_chaining.py
types_exception_instancevar.py tests/cpydiff/: Improve wording, add more workarounds. 2017-07-09 14:33:55 +03:00
types_exception_loops.py tests/cpydiff/: Improve wording, add more workarounds. 2017-07-09 14:33:55 +03:00
types_exception_subclassinit.py tests/cpydiff: Indent workaround code snippet so it formats correctly. 2018-03-15 15:49:38 +11:00
types_float_rounding.py tests/cpydiff: Remove working cases from types_float_rounding. 2018-05-04 22:30:50 +10:00
types_int_subclassconv.py tests/cpydiff/: Improve wording, add more workarounds. 2017-07-09 14:33:55 +03:00
types_list_delete_subscrstep.py tests/cpydiff/: Improve wording, add more workarounds. 2017-07-09 14:33:55 +03:00
types_list_store_noniter.py
types_list_store_subscrstep.py tests/cpydiff/: Improve wording, add more workarounds. 2017-07-09 14:33:55 +03:00
types_str_endswith.py
types_str_formatsubscr.py
types_str_keywords.py
types_str_ljust_rjust.py tests/cpydiff: Fix markup where "`" (xref) was used instead of "``" (code). 2017-12-03 15:32:09 +02:00
types_str_rsplitnone.py
types_str_subscrstep.py
types_tuple_subscrstep.py