micropython/tests/cpydiff
Damien George 2ada1124d4 tests/cpydiff: Remove types_int_tobytesfloat now that it doesn't fail.
Commit e269cabe3e added a check that the
first argument to the to_bytes() method is an integer, and now uPy
follows CPython behaviour and raises a TypeError for this test.

Note: CPython checks the argument types before checking the number of
arguments, but uPy does it the other way around, so they give different
exception messages for this test, but still the same type, a TypeError.
2018-05-08 17:05:32 +10:00
..
modules
modules2/subpkg
builtin_next_arg2.py
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
core_locals_eval.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
types_exception_loops.py
types_exception_subclassinit.py
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
types_list_delete_subscrstep.py
types_list_store_noniter.py
types_list_store_subscrstep.py
types_str_endswith.py
types_str_formatsubscr.py
types_str_keywords.py
types_str_ljust_rjust.py
types_str_rsplitnone.py
types_str_subclassequality.py
types_str_subscrstep.py
types_tuple_subscrstep.py