summaryrefslogtreecommitdiff
path: root/tests/extmod/machine_pulse.py
AgeCommit message (Expand)Author
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2019-04-28tests: Skip tests needing machine module if (u)machine doesn't exist.Damien George
2017-06-10tests: Convert remaining "sys.exit()" to "raise SystemExit".Paul Sokolovsky
2017-02-05extmod/machine_pulse: Make time_pulse_us() not throw exceptions.Paul Sokolovsky
2016-09-16tests/extmod: Add test for machine.time_pulse_us().Damien George