summaryrefslogtreecommitdiff
path: root/tests/basics/sys1.py
AgeCommit message (Expand)Author
2025-07-22py/modsys: Add sys.implementation._thread attribute.Damien George
2025-03-05py/modsys: Add sys.implementation._build entry.Damien George
2023-12-15py/modsys: Implement optional sys.intern.stijn
2023-06-08tests: Replace umodule with module everywhere.Jim Mussared
2022-05-17tests: Fix tests to use sys.implementation._mpy.Damien George
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