WAI verify smoke fixture (2 gecen test)
This commit is contained in:
5
README.md
Normal file
5
README.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# wai-verify-fixture
|
||||||
|
|
||||||
|
WAI self-heal dogrulama (verify_fix) icin minik smoke fixture.
|
||||||
|
gVisor sandbox: git clone -> (diff apply) -> pytest -> verdict.
|
||||||
|
Bagimliliksiz (yalniz stdlib + pytest).
|
||||||
13
test_smoke.py
Normal file
13
test_smoke.py
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
"""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
|
||||||
Reference in New Issue
Block a user