Skip to content

PR #79

PR #79 #727

GitHub Actions / Python test results for ./source/capacity_settlement/tests failed Jan 9, 2025 in 0s

1 errors in 1s

1 tests   - 1   0 ✅ ±0   1s ⏱️ -1s
1 suites ±0   0 💤 ±0 
1 files   ±0   0 ❌ ±0   1 🔥  - 1 

Results for commit ace62e2. ± Comparison against earlier commit 5e1d466.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions 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 (
E   ModuleNotFoundError: No module named 'capacity_settlement'