29 lines
1.5 KiB
Plaintext
29 lines
1.5 KiB
Plaintext
workdir=backend
|
|
command=python -m pytest -W error::DeprecationWarning
|
|
exit_code=2
|
|
captured_at=2026-08-01T18:33:34.1591431+02:00
|
|
|
|
============================= test session starts =============================
|
|
platform win32 -- Python 3.13.2, pytest-8.4.0, pluggy-1.6.0
|
|
rootdir: C:\Projects\geointel\backend
|
|
configfile: pyproject.toml
|
|
plugins: asyncio-1.0.0, cov-6.3.0, anyio-4.12.1
|
|
asyncio: mode=Mode.STRICT, asyncio_default_fixture_loop_scope=None, asyncio_default_test_loop_scope=function
|
|
collected 1194 items / 1 error
|
|
|
|
=================================== ERRORS ====================================
|
|
__________ ERROR collecting tests/test_operator_polygon_label_qa.py ___________
|
|
ImportError while importing test module 'C:\Projects\geointel\backend\tests\test_operator_polygon_label_qa.py'.
|
|
Hint: make sure your test modules/packages have valid Python names.
|
|
Traceback:
|
|
C:\Program Files\Python313\Lib\importlib\__init__.py:88: in import_module
|
|
return _bootstrap._gcd_import(name[level:], package, level)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
tests\test_operator_polygon_label_qa.py:1: in <module>
|
|
from scripts.render_operator_polygon_label_qa import geometry_rings
|
|
E ModuleNotFoundError: No module named 'scripts.render_operator_polygon_label_qa'
|
|
=========================== short test summary info ===========================
|
|
ERROR tests/test_operator_polygon_label_qa.py
|
|
!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
|
|
============================== 1 error in 5.69s ===============================
|