Skip to content
Snippets Groups Projects

Convert to a package

Merged Ashwin Kumar Karnad requested to merge convert-to-a-package into main
All threads resolved!
2 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -11,7 +11,7 @@ import sys
import pytest
mod = importlib.import_module("mpsd-software")
mod = importlib.import_module("mpsd_software_manager.mpsd-software")
# set loglevel to debug - useful for understanding problems.
# (if the tests pass, pytest doesn't show any output)
Loading