pycdc/tests/input/load_assert.py
Eloïse Brocas 31b84750cb
add load_assert_error support
Signed-off-by: Eloïse Brocas <ebrocas@quarkslab.com>
2026-03-06 17:03:13 +01:00

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