micropython/tests/misc
Damien George 8979ce1671 tests: Modify tests that print repr of an exception with 1 arg.
In Python 3.7 the behaviour of repr() of an exception with one argument
changed: it no longer prints a trailing comma in the argument list.  See
https://bugs.python.org/issue30399

This patch modifies tests that rely on this behaviour to not rely on it.
And the python34.py test is updated to include a test for this behaviour
with a .exp file.
2018-08-17 15:46:04 +10:00
..
features.py
non_compliant.py py/objtype: Optimise instance get/set/del by skipping special accessors. 2018-06-08 12:12:08 +10:00
non_compliant.py.exp py/objtype: Optimise instance get/set/del by skipping special accessors. 2018-06-08 12:12:08 +10:00
non_compliant_lexer.py
non_compliant_lexer.py.exp
print_exception.py tests: Make tests work on targets without float support. 2018-08-04 15:14:23 +10:00
rge_sm.py
sys_exc_info.py tests: Modify tests that print repr of an exception with 1 arg. 2018-08-17 15:46:04 +10:00