diff --git a/ci-reports/markdown/TEST-REPORT.md b/ci-reports/markdown/TEST-REPORT.md index 900c988c..9dddf936 100644 --- a/ci-reports/markdown/TEST-REPORT.md +++ b/ci-reports/markdown/TEST-REPORT.md @@ -1,10 +1,10 @@ # ๐Ÿงช Test Report -*Generated on 2025-07-14 09:48:29* +*Generated on 2025-07-14 09:51:19* ## ๐Ÿ“‹ Summary - **Total**: `0` - **Collected**: `0` -- **Total Duration**: `0.260`s +- **Total Duration**: `0.242`s ## ๐Ÿ”Ž Tests ## ๐Ÿ“š Collected files @@ -119,7 +119,7 @@ result:
-โŒ tests (5 tests) +โŒ tests (6 tests)
โœ… tests @@ -130,6 +130,8 @@ result: result: nodeid: tests/test_broken_fct.py type: Module + nodeid: tests/test_collector_error.py + type: Module nodeid: tests/test_io_utils.py type: Module nodeid: tests/test_math_utils.py @@ -178,6 +180,28 @@ E SyntaxError: invalid syntax ```
+
+โŒ tests/test_collector_error.py + +- **Outcome:** `failed` +- **Details:** +``` +result: + [] + +longrepr: + ImportError while importing test module '/workspace/tligui_y/slic/tests/test_collector_error.py'. +Hint: make sure your test modules/packages have valid Python names. +Traceback: +.pixi/envs/default/lib/python3.8/importlib/__init__.py:127: in import_module + return _bootstrap._gcd_import(name[level:], package, level) +tests/test_collector_error.py:1: in + import no_existing_module.math_utils.py +E ModuleNotFoundError: No module named 'no_existing_module' + +``` +
+
โŒ tests/test_io_utils.py