
==================================== ERRORS ====================================
______________ ERROR collecting tests/test_customer_reporting.py _______________
ImportError while importing test module '/home/cube/projects/richard/traning coach/.omo/evidence/nutricoach-v150-combined/st_01a0555d-installed-wheel-qa/workspace/tests/test_customer_reporting.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/home/cube/miniconda3/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/test_customer_reporting.py:34: in <module>
    from tests.test_customer_coaching_domain import _registry_payload
E   ModuleNotFoundError: No module named 'tests.test_customer_coaching_domain'
_______________ ERROR collecting tests/test_customer_schedule.py _______________
ImportError while importing test module '/home/cube/projects/richard/traning coach/.omo/evidence/nutricoach-v150-combined/st_01a0555d-installed-wheel-qa/workspace/tests/test_customer_schedule.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/home/cube/miniconda3/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/test_customer_schedule.py:22: in <module>
    from tests.test_customer_coaching_domain import _registry_payload
E   ModuleNotFoundError: No module named 'tests.test_customer_coaching_domain'
________________ ERROR collecting tests/test_event_contract.py _________________
ImportError while importing test module '/home/cube/projects/richard/traning coach/.omo/evidence/nutricoach-v150-combined/st_01a0555d-installed-wheel-qa/workspace/tests/test_event_contract.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/home/cube/miniconda3/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/test_event_contract.py:32: in <module>
    from tests._support import invoke
E   ModuleNotFoundError: No module named 'tests._support'
____________ ERROR collecting tests/test_multi_customer_registry.py ____________
ImportError while importing test module '/home/cube/projects/richard/traning coach/.omo/evidence/nutricoach-v150-combined/st_01a0555d-installed-wheel-qa/workspace/tests/test_multi_customer_registry.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/home/cube/miniconda3/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/test_multi_customer_registry.py:14: in <module>
    from tests.test_customer_coaching_domain import _registry_payload
E   ModuleNotFoundError: No module named 'tests.test_customer_coaching_domain'
____________ ERROR collecting tests/test_multi_customer_routing.py _____________
ImportError while importing test module '/home/cube/projects/richard/traning coach/.omo/evidence/nutricoach-v150-combined/st_01a0555d-installed-wheel-qa/workspace/tests/test_multi_customer_routing.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/home/cube/miniconda3/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/test_multi_customer_routing.py:12: in <module>
    from tests.test_customer_coaching_domain import _registry_payload
E   ModuleNotFoundError: No module named 'tests.test_customer_coaching_domain'
________ ERROR collecting tests/test_weekly_operations_lifecycle_r2.py _________
ImportError while importing test module '/home/cube/projects/richard/traning coach/.omo/evidence/nutricoach-v150-combined/st_01a0555d-installed-wheel-qa/workspace/tests/test_weekly_operations_lifecycle_r2.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/home/cube/miniconda3/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/test_weekly_operations_lifecycle_r2.py:23: in <module>
    from tests.test_customer_schedule import _registry
tests/test_customer_schedule.py:22: in <module>
    from tests.test_customer_coaching_domain import _registry_payload
E   ModuleNotFoundError: No module named 'tests.test_customer_coaching_domain'
=========================== short test summary info ============================
ERROR tests/test_customer_reporting.py
ERROR tests/test_customer_schedule.py
ERROR tests/test_event_contract.py
ERROR tests/test_multi_customer_registry.py
ERROR tests/test_multi_customer_routing.py
ERROR tests/test_weekly_operations_lifecycle_r2.py
!!!!!!!!!!!!!!!!!!! Interrupted: 6 errors during collection !!!!!!!!!!!!!!!!!!!!
6 errors in 0.55s
