This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
mirror of
https://github.com/micropython/micropython.git
Watch
1
Star
0
Fork
You've already forked micropython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c7f7c0214c
micropython
/
tests
/
extmod
/
time_ms_us.py.exp
4 lines
15 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests/extmod: Add tests for sleep_ms/us(), ticks_ms/us/diff(). Simple smoke tests, mostly for coverage. Added to extmod based on the fact that they're extensions to standard modules.
2015-10-19 23:53:10 +01:00
True
True
tests/extmod/time_ms_us: Add test for calling ticks_cpu(). This is just to test that the function exists and returns some kind of valid value. Although this file is for testing ms/us functions, put the ticks_cpu() test here so not to add a new test file.
2018-03-03 13:17:33 +00:00
True