-
- Downloads
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.
Showing
- tests/cpydiff/syntax_spaces.py 18 additions, 0 deletionstests/cpydiff/syntax_spaces.py
- tests/cpydiff/syntax_unicode_nameesc.py 7 additions, 0 deletionstests/cpydiff/syntax_unicode_nameesc.py
- tests/cpydiff/types_bytearray_sliceassign.py 9 additions, 0 deletionstests/cpydiff/types_bytearray_sliceassign.py
- tests/cpydiff/types_bytes_keywords.py 7 additions, 0 deletionstests/cpydiff/types_bytes_keywords.py
- tests/cpydiff/types_bytes_subscrstep.py 7 additions, 0 deletionstests/cpydiff/types_bytes_subscrstep.py
- tests/cpydiff/types_exception_chaining.py 10 additions, 0 deletionstests/cpydiff/types_exception_chaining.py
- tests/cpydiff/types_exception_instancevar.py 9 additions, 0 deletionstests/cpydiff/types_exception_instancevar.py
- tests/cpydiff/types_exception_loops.py 12 additions, 0 deletionstests/cpydiff/types_exception_loops.py
- tests/cpydiff/types_exception_subclassinit.py 11 additions, 0 deletionstests/cpydiff/types_exception_subclassinit.py
- tests/cpydiff/types_float_rounding.py 9 additions, 0 deletionstests/cpydiff/types_float_rounding.py
- tests/cpydiff/types_int_subclassconv.py 11 additions, 0 deletionstests/cpydiff/types_int_subclassconv.py
- tests/cpydiff/types_int_tobytesfloat.py 10 additions, 0 deletionstests/cpydiff/types_int_tobytesfloat.py
- tests/cpydiff/types_list_delete_subscrstep.py 9 additions, 0 deletionstests/cpydiff/types_list_delete_subscrstep.py
- tests/cpydiff/types_list_store_subscrstep.py 9 additions, 0 deletionstests/cpydiff/types_list_store_subscrstep.py
- tests/cpydiff/types_str_decodeerror.py 11 additions, 0 deletionstests/cpydiff/types_str_decodeerror.py
- tests/cpydiff/types_str_endswith.py 7 additions, 0 deletionstests/cpydiff/types_str_endswith.py
- tests/cpydiff/types_str_formatsubscr.py 7 additions, 0 deletionstests/cpydiff/types_str_formatsubscr.py
- tests/cpydiff/types_str_keywords.py 7 additions, 0 deletionstests/cpydiff/types_str_keywords.py
- tests/cpydiff/types_str_rsplitnone.py 7 additions, 0 deletionstests/cpydiff/types_str_rsplitnone.py
- tests/cpydiff/types_str_subclassequality.py 11 additions, 0 deletionstests/cpydiff/types_str_subclassequality.py
tests/cpydiff/syntax_spaces.py
0 → 100644
tests/cpydiff/syntax_unicode_nameesc.py
0 → 100644
tests/cpydiff/types_bytearray_sliceassign.py
0 → 100644
tests/cpydiff/types_bytes_keywords.py
0 → 100644
tests/cpydiff/types_bytes_subscrstep.py
0 → 100644
tests/cpydiff/types_exception_chaining.py
0 → 100644
tests/cpydiff/types_exception_instancevar.py
0 → 100644
tests/cpydiff/types_exception_loops.py
0 → 100644
tests/cpydiff/types_float_rounding.py
0 → 100644
tests/cpydiff/types_int_subclassconv.py
0 → 100644
tests/cpydiff/types_int_tobytesfloat.py
0 → 100644
tests/cpydiff/types_list_store_subscrstep.py
0 → 100644
tests/cpydiff/types_str_decodeerror.py
0 → 100644
tests/cpydiff/types_str_endswith.py
0 → 100644
tests/cpydiff/types_str_formatsubscr.py
0 → 100644
tests/cpydiff/types_str_keywords.py
0 → 100644
tests/cpydiff/types_str_rsplitnone.py
0 → 100644
tests/cpydiff/types_str_subclassequality.py
0 → 100644
Please register or sign in to comment