Skip to content
Snippets Groups Projects
Commit 8cf6fd0f authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad
Browse files

rename tests for consistency

parent e4d52a71
No related branches found
No related tags found
1 merge request!70Convert to a package
Pipeline #371916 canceled
...@@ -81,7 +81,7 @@ style: ...@@ -81,7 +81,7 @@ style:
- ruff . - ruff .
- black --check --diff . - black --check --diff .
- pydocstyle src/mpsd_software_manager/mpsd_software.py - pydocstyle src/mpsd_software_manager/mpsd_software.py
- pydocstyle tests/test_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. # we could also use `ruff --select D` for pycodestyle. But the behaviour is not exactly the same.
- src/mpsd_software_manager/mpsd_software.py --version - src/mpsd_software_manager/mpsd_software.py --version
......
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