test-woodpecker-python/tests/basic.py
phil b0af67e0c5
Some checks failed
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/tag/test Pipeline failed
ci/woodpecker/tag/build unknown status
o
2025-06-24 11:21:38 +02:00

6 lines
67 B
Python

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