
==================================== ERRORS ====================================
_________________ ERROR collecting tests/test_checkin_flows.py _________________
ImportError while importing test module '/home/cube/projects/richard/.worktrees/nutricoach-v140-impl/dualcoach/profile/tests/test_checkin_flows.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_checkin_flows.py:13: in <module>
    from tests._support import invoke
tests/_support.py:8: in <module>
    from typer.testing import CliRunner
E   ModuleNotFoundError: No module named 'typer'
________________ ERROR collecting tests/test_event_contract.py _________________
ImportError while importing test module '/home/cube/projects/richard/.worktrees/nutricoach-v140-impl/dualcoach/profile/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
tests/_support.py:8: in <module>
    from typer.testing import CliRunner
E   ModuleNotFoundError: No module named 'typer'
________________ ERROR collecting tests/test_history_imports.py ________________
ImportError while importing test module '/home/cube/projects/richard/.worktrees/nutricoach-v140-impl/dualcoach/profile/tests/test_history_imports.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_history_imports.py:24: in <module>
    from tests._support import invoke
tests/_support.py:8: in <module>
    from typer.testing import CliRunner
E   ModuleNotFoundError: No module named 'typer'
=========================== short test summary info ============================
ERROR tests/test_checkin_flows.py
ERROR tests/test_event_contract.py
ERROR tests/test_history_imports.py
!!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection !!!!!!!!!!!!!!!!!!!!
3 errors in 1.05s
