summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/dict1.py
Commit message (Collapse)AuthorAge
* tests/basics: Add tests for equality between bool and int/float/complex.Damien George2020-02-11
| | | | | False/True should be implicitly converted to 0/1 when compared with numeric types.
* 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: Add test to print full KeyError exc from failed dict lookup.Damien George2016-10-17
|
* tests: Improve coverage of array, range, dict, slice, exc, unicode.Damien George2016-10-17
|
* tests: Fix dict1.py so it doesn't rely on the order of dict elems.Damien George2016-04-15
|
* tests: Reduce large object allocations so tests can run with small heap.Damien George2016-03-06
|
* Move tests in basic/tests/ up one level preparating to multiple test dirs.Paul Sokolovsky2014-01-19