37 lines
1.8 KiB
Plaintext
37 lines
1.8 KiB
Plaintext
============================= test session starts ==============================
|
|
platform linux -- Python 3.10.20, pytest-9.0.3, pluggy-1.6.0 -- /usr/local/bin/python3.10
|
|
cachedir: .pytest_cache
|
|
rootdir: /app
|
|
configfile: pytest.ini
|
|
collecting ... collected 0 items / 1 error
|
|
|
|
==================================== ERRORS ====================================
|
|
________________ ERROR collecting tests/test_authentication.py _________________
|
|
ImportError while importing test module '/app/tests/test_authentication.py'.
|
|
Hint: make sure your test modules/packages have valid Python names.
|
|
Traceback:
|
|
/usr/local/lib/python3.10/site-packages/_pytest/python.py:507: in importtestmodule
|
|
mod = import_path(
|
|
/usr/local/lib/python3.10/site-packages/_pytest/pathlib.py:587: in import_path
|
|
importlib.import_module(module_name)
|
|
/usr/local/lib/python3.10/importlib/__init__.py:126: in import_module
|
|
return _bootstrap._gcd_import(name[level:], package, level)
|
|
<frozen importlib._bootstrap>:1050: in _gcd_import
|
|
???
|
|
<frozen importlib._bootstrap>:1027: in _find_and_load
|
|
???
|
|
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
|
|
???
|
|
<frozen importlib._bootstrap>:688: in _load_unlocked
|
|
???
|
|
/usr/local/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:197: in exec_module
|
|
exec(co, module.__dict__)
|
|
tests/test_authentication.py:5: in <module>
|
|
from utils.yaml_loader import load_config
|
|
E ImportError: cannot import name 'load_config' from 'utils.yaml_loader' (/app/utils/yaml_loader.py)
|
|
=========================== short test summary info ============================
|
|
ERROR tests/test_authentication.py
|
|
!!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
|
|
=============================== 1 error in 0.52s ===============================
|