PR #80 #728
GitHub Actions / Python test results for ./source/capacity_settlement/tests
failed
Jan 9, 2025 in 0s
1 errors in 1s
Annotations
github-actions / Python test results for ./source/capacity_settlement/tests
capacity_settlement_tests.test_entry_points with error
./source/capacity_settlement/tests/pytest-results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/opengeh-measurements/source/capacity_settlement/tests/capacity_settlement_tests/test_entry_points.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/conda/lib/python3.12/site-packages/_pytest/python.py:493: in importtestmodule
mod = import_path(
/opt/conda/lib/python3.12/site-packages/_pytest/pathlib.py:582: in import_path
importlib.import_module(module_name)
/opt/conda/lib/python3.12/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1387: in _gcd_import
???
<frozen importlib._bootstrap>:1360: in _find_and_load
???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:935: in _load_unlocked
???
/opt/conda/lib/python3.12/site-packages/_pytest/assertion/rewrite.py:184: in exec_module
exec(co, module.__dict__)
capacity_settlement_tests/test_entry_points.py:3: in <module>
from source.capacity_settlement.src.capacity_settlement import entry_point as module
../src/capacity_settlement/entry_point.py:3: in <module>
from capacity_settlement.application.execute_with_deps import execute_with_deps
E ModuleNotFoundError: No module named 'capacity_settlement'
Loading