Skip to content
Snippets Groups Projects

Convert to a package

Merged Ashwin Kumar Karnad requested to merge convert-to-a-package into main
1 file
+ 2
3
Compare changes
  • Side-by-side
  • Inline
+ 5
6
@@ -80,10 +80,10 @@ style:
- pydocstyle --version
- ruff .
- black --check --diff .
- pydocstyle mpsd-software.py
- pydocstyle test_mpsd-software.py
- pydocstyle src/mpsd_software_manager/mpsd_software.py
- pydocstyle tests/test_mpsd_software.py
# we could also use `ruff --select D` for pycodestyle. But the behaviour is not exactly the same.
- ./mpsd-software.py --version
- src/mpsd_software_manager/mpsd_software.py --version
test-bullseye:
@@ -91,12 +91,11 @@ test-bullseye:
image: debian:bullseye-slim
script:
- *prepare_debian
- pytest -v -l test_mpsd-software.py
- pytest -v -l
test-bookworm:
stage: test
image: debian:bookworm-slim
script:
- *prepare_debian
- pytest -v -l test_mpsd-software.py
- pytest -v -l
Loading