mirror of
https://github.com/zrax/pycdc.git
synced 2026-06-23 11:34:07 +00:00
5 lines
No EOL
136 B
Python
5 lines
No EOL
136 B
Python
# Some tests come from CPython tests
|
|
assert a
|
|
assert 1 == 1, "toto"
|
|
assert a > 0 and bb > 0 and ccc == 1000000, "error msg"
|
|
assert False |