commit da985aebdcbc7bb7770285cb35165ca7dbba8e90 Author: Mehmet Date: Sun May 31 12:59:05 2026 +0300 WAI verify smoke fixture (2 gecen test) diff --git a/README.md b/README.md new file mode 100644 index 0000000..78a5988 --- /dev/null +++ b/README.md @@ -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). diff --git a/test_smoke.py b/test_smoke.py new file mode 100644 index 0000000..d57af51 --- /dev/null +++ b/test_smoke.py @@ -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