test-woodpecker-python/tests/basic.py
phil 2bf168476a
All checks were successful
ci/woodpecker/tag/test Pipeline was successful
ci/woodpecker/tag/build Pipeline was successful
q
2025-06-24 13:26:32 +02:00

6 lines
70 B
Python

def test_ok():
assert True
def no_test_fail():
assert False