summaryrefslogtreecommitdiff
path: root/tests/misc/sys_settrace_features.py
AgeCommit message (Expand)Author
2024-11-28tests/misc/sys_settrace_features.py: Add note about CPython 3.12 issue.Angus Gratton
2023-08-30py/profile: Remove the requirement to disable MICROPY_COMP_CONST.Jim Mussared
2023-08-30tests/misc/sys_settrace_features.py: Fix to run on newer CPython.Jim Mussared
2020-12-18tests/misc/sys_settrace_features.py: Fix running with non-dflt encoding.stijn
2020-12-18tests/misc/sys_settrace: Make test output independent of invoked path.stijn
2020-12-14tests/misc/sys_settrace_features.py: Ignore CPython zipimport traces.Damien George
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2019-08-30tests: Add tests for sys.settrace feature.Milan Rossa