q
All checks were successful
ci/woodpecker/tag/test Pipeline was successful
ci/woodpecker/tag/build Pipeline was successful

This commit is contained in:
phil 2025-06-24 13:26:32 +02:00
parent deccea8809
commit 2bf168476a

View file

@ -2,5 +2,5 @@ def test_ok():
assert True
def test_fail():
def no_test_fail():
assert False