Clone
1
run 2389 TEST commit 928ace9
ci-bot edited this page 2025-08-17 11:56:38 +00:00

Test Report

View CI Run 2389 | Commit 928ace9

🧪 Test Report

Generated on 2025-08-17 13:56:14 CEST

🧾 General Info

  • duration: 1.0256400108337402
  • root: /workspace/tligui_y/slic
  • environment: {}

📋 Summary

  • Total: 0
  • Collected: 0

🔎 Tests

📚 Collected files

(1 tests)
    • Outcome: passed
    • result:
    -   nodeid: tests/test_utils_dbusnotify.py
      type: Module
    
tests (1 tests)
  • tests/test_utils_dbusnotify.py
    • Outcome: failed
    • result:
    []
    
    • longrepr:
    .pixi/envs/default/lib/python3.8/site-packages/_pytest/python.py:493: in importtestmodule
        mod = import_path(
    .pixi/envs/default/lib/python3.8/site-packages/_pytest/pathlib.py:587: in import_path
        importlib.import_module(module_name)
    .pixi/envs/default/lib/python3.8/importlib/__init__.py:127: in import_module
        return _bootstrap._gcd_import(name[level:], package, level)
    <frozen importlib._bootstrap>:1014: in _gcd_import
        ???
    <frozen importlib._bootstrap>:991: in _find_and_load
        ???
    <frozen importlib._bootstrap>:975: in _find_and_load_unlocked
        ???
    <frozen importlib._bootstrap>:671: in _load_unlocked
        ???
    .pixi/envs/default/lib/python3.8/site-packages/_pytest/assertion/rewrite.py:175: in exec_module
        source_stat, co = _rewrite_test(fn, self.config)
    .pixi/envs/default/lib/python3.8/site-packages/_pytest/assertion/rewrite.py:357: in _rewrite_test
        co = compile(tree, strfn, "exec", dont_inherit=True)
    E     File "/workspace/tligui_y/slic/tests/test_utils_dbusnotify.py", line 46
    E       def notifier():
    E       ^
    E   SyntaxError: import * only allowed at module level