circuitpython/tests/misc
Damien George 8f0147cf00 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.
2020-03-31 17:27:10 -05:00
..
features.py tests: Adapt misc/features.py tests for ports without floating point. 2015-06-24 17:53:29 +01:00
non_compliant.py WIP: after merge; before testing 2018-07-11 16:45:30 -04: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 py/lexer: Raise NotImplError for unicode name escape, instead of assert. 2015-09-07 17:08:49 +01:00
non_compliant_lexer.py.exp py/lexer: Raise NotImplError for unicode name escape, instead of assert. 2015-09-07 17:08:49 +01:00
print_exception.py tests: Add tests using "file" argument in print and sys.print_exception. 2018-06-20 16:08:25 +10:00
rge_sm.py tests: Enable misc tests on pyboard; output 4 sig figs in rge_sm. 2014-09-06 18:38:55 +01:00
sys_exc_info.py tests: Modify tests that print repr of an exception with 1 arg. 2020-03-31 17:27:10 -05:00