WAI verify smoke fixture (2 gecen test)

This commit is contained in:
2026-05-31 12:59:05 +03:00
commit da985aebdc
2 changed files with 18 additions and 0 deletions

5
README.md Normal file
View 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
View 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