Skip to content
Snippets Groups Projects
Commit 0b85a502 authored by Hans Fangohr's avatar Hans Fangohr
Browse files

Merge branch 'rename-test-file' into 'main'

rename test file to a standard filename

See merge request mpsd-cs/mpsd-software!68
parents eb8d6efe aa3721c7
No related branches found
No related tags found
1 merge request!68rename test file to a standard filename
Pipeline #371661 passed
...@@ -81,7 +81,7 @@ style: ...@@ -81,7 +81,7 @@ style:
- ruff . - ruff .
- black --check --diff . - black --check --diff .
- pydocstyle mpsd-software.py - pydocstyle mpsd-software.py
- pydocstyle tests.py - pydocstyle test_mpsd-software.py
# we could also use `ruff --select D` for pycodestyle. But the behaviour is not exactly the same. # we could also use `ruff --select D` for pycodestyle. But the behaviour is not exactly the same.
- ./mpsd-software.py --version - ./mpsd-software.py --version
...@@ -91,12 +91,12 @@ test-bullseye: ...@@ -91,12 +91,12 @@ test-bullseye:
image: debian:bullseye-slim image: debian:bullseye-slim
script: script:
- *prepare_debian - *prepare_debian
- pytest -v -l tests.py - pytest -v -l test_mpsd-software.py
test-bookworm: test-bookworm:
stage: test stage: test
image: debian:bookworm-slim image: debian:bookworm-slim
script: script:
- *prepare_debian - *prepare_debian
- pytest -v -l tests.py - pytest -v -l test_mpsd-software.py
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment