summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/try_as_var.py
Commit message (Collapse)AuthorAge
* tests: Modify tests that print repr of an exception with 1 arg.Damien George2018-08-17
| | | | | | | | | | 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.
* tests: Rename test scripts, changing - to _ for consistency.Damien George2014-07-05
From now on, all new tests must use underscore. Addresses issue #727.