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
7ad5fa511e
circuitpython
/
tests
/
feature_check
/
set_check.py
3 lines
54 B
Python
Raw
Normal View
History
Unescape
Escape
tests/run-tests: Allow to skip set tests. If sets are not enabled, set literals lead to SyntaxError during parsing, so it requires feature_check. Set tests are skipped based on set_*.py pattern.
2017-01-04 16:16:29 -05:00
# check if set literal syntax is supported
tests/feature_check: Check for lack of pass result rather than failure. Commit cb68a5741aba5d4935428674234a9d643f97405f broke automatic Python feature detection when running tests, because some detection relied on a crash of a feature script returning exactly b"CRASH". This commit fixes this and improves the situation by testing for the lack of a known pass result, rather than an exact failure result. Signed-off-by: Damien George <damien@micropython.org>
2021-04-14 10:47:24 -04:00
print
(
{
1
}
)
Reference in New Issue
Copy Permalink