add pytest to pipeline

This commit is contained in:
2023-05-17 08:34:52 +02:00

View File

@@ -7,4 +7,5 @@ steps:
image: python:3.11-buster image: python:3.11-buster
commands: commands:
- pip install . - pip install .
- pip install pytest
- pytest -v -log_cli=True --log-cli-level=INFO tests - pytest -v -log_cli=True --log-cli-level=INFO tests