14 lines
255 B
Python
14 lines
255 B
Python
"""WAI verify_fix canli smoke fixture — bagimliliksiz, stdlib-only.
|
|
|
|
PASS smoke: oldugu gibi -> 2 passed.
|
|
FAIL smoke: test_addition'i bozan diff uygulanir -> 1 failed.
|
|
"""
|
|
|
|
|
|
def test_addition():
|
|
assert 1 + 1 == 2
|
|
|
|
|
|
def test_truth():
|
|
assert True
|