summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/unary_op.py
Commit message (Expand)AuthorAge
* py/runtime: Fix bool unary op for subclasses of native types.Jim Mussared2021-07-23
* tests: Add test for "not" of a user defined class.Damien George2015-12-10
* tests: Add some tests to improve coverage.Damien George2015-01-29
* py: Add unary op not for NoneType, bool, tuple, list, dict; fix for int.Damien George2014-01-27