aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/tests.yaml
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2026-08-17 20:17:47 +0200
committerDaniel Schadt <kingdread@gmx.de>2026-08-17 20:17:47 +0200
commitbfdb5b970f313e7cb64cd7e2b34394fea5358d6b (patch)
tree2ec44b1e3aade66985f58c37f2149b018a169bc9 /.woodpecker/tests.yaml
parent58a69ea8688b4d1ec7c70caffaf30a608bccd4bc (diff)
downloadhittekaart-bfdb5b970f313e7cb64cd7e2b34394fea5358d6b.tar.gz
hittekaart-bfdb5b970f313e7cb64cd7e2b34394fea5358d6b.tar.bz2
hittekaart-bfdb5b970f313e7cb64cd7e2b34394fea5358d6b.zip
add Python tests
mostly to check that the API and the calling works
Diffstat (limited to '.woodpecker/tests.yaml')
-rw-r--r--.woodpecker/tests.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.woodpecker/tests.yaml b/.woodpecker/tests.yaml
index 4ca95a0..697a524 100644
--- a/.woodpecker/tests.yaml
+++ b/.woodpecker/tests.yaml
@@ -5,8 +5,10 @@ steps:
- name: test
image: rust
commands:
- - apt update && apt install -y python3-dev
+ - apt update && apt install -y python3-dev python3-pip
+ - pip3 install ./hittekaart-py pytest
- cargo test
+ - cd hittekaart-py && pytest
- name: compile-benches
image: rust
commands: