Skip to content

Add worker stats, SQ to player model #117

Add worker stats, SQ to player model

Add worker stats, SQ to player model #117

GitHub Actions / pytest results failed Dec 30, 2024 in 0s

0 passed, 1 failed and 0 skipped

Tests failed

❌ tests/test-results.xml

1 tests were completed in 2s with 0 passed, 1 failed and 0 skipped.

Test suite Passed Failed Skipped Time
pytest 1❌ 2s

❌ pytest

❌ tests.unit.test_reader
	ImportError while importing test module '/home/runner/work/sc2-ai-coach/sc2-ai-coach/tests/unit/test_reader.py'.

Annotations

Check failure on line 0 in tests/test-results.xml

See this annotation in the file changed.

@github-actions github-actions / pytest results

pytest ► tests.unit.test_reader

Failed test found in:
  tests/test-results.xml
Error:
  ImportError while importing test module '/home/runner/work/sc2-ai-coach/sc2-ai-coach/tests/unit/test_reader.py'.
Raw output
ImportError while importing test module '/home/runner/work/sc2-ai-coach/sc2-ai-coach/tests/unit/test_reader.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/share/miniconda/envs/aicoach311-ci/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/unit/test_reader.py:4: in <module>
    from replays.reader import ReplayReader
replays/reader.py:5: in <module>
    from sc2reader_plugins import (
E   ModuleNotFoundError: No module named 'sc2reader_plugins'