This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
circuitpython
/
tests
/
extmod
/
uasyncio_basic.py.exp
7 lines
53 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests/extmod: Add uasyncio tests. All .exp files are included because they require CPython 3.8 which may not always be available.
2019-11-13 21:08:22 +11:00
start
after sleep
short
long
tests/extmod: Add test for uasyncio.sleep of a negative time. It should take 0 time to await on a negative sleep. Signed-off-by: Damien George <damien@micropython.org>
2020-08-20 23:11:44 +10:00
negative
tests/extmod: Increase timing on uasyncio tests to make more reliable. Non-real-time systems like Windows, Linux and macOS do not have reliable timing, so increase the sleep intervals to make these tests more likely to pass. Signed-off-by: Damien George <damien@micropython.org>
2022-05-03 22:39:58 +10:00
took 200 400 0
Reference in New Issue
Copy Permalink