t0
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
phil 2025-06-21 15:09:53 +02:00
parent c24c7dfb03
commit 189812b2a4
3 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
*.egg-info
**/__pycache__

View file

@ -11,7 +11,7 @@ steps:
test:
image: ghcr.io/astral-sh/uv:alpine
commands:
- pytest -s test/basic.py
- python -m pytest -s test/basic.py
build:
image: ghcr.io/astral-sh/uv:alpine
commands:

2
tests/basic.py Normal file
View file

@ -0,0 +1,2 @@
def test_foo():
assert True