summaryrefslogtreecommitdiff
path: root/tests/basics/sys1.py
AgeCommit message (Expand)Author
2020-09-04all: Rename "sys" module to "usys".stijn
2019-11-04py/modsys: Report .mpy version in sys.implementation.Damien George
2019-10-29tests/basics: Split sys.exit test to separate file so it can be skipped.Damien George
2019-05-03tests/basics/sys1.py: Add test for calling sys.exit() without any args.Damien George
2017-06-10tests/basics: Convert "sys.exit()" to "raise SystemExit".Paul Sokolovsky
2017-02-15tests/basic/: Make various tests skippable.Paul Sokolovsky
2015-10-02tests: Allow tests to pass against CPython 3.5.Damien George
2015-04-22tests: Add tests for attrtuple, and for more corner cases.Damien George
2015-04-04tests: Add missing tests for builtins, and many other things.Damien George