Clone
1
run 2380 TEST commit d05d48f
ci-bot edited this page 2025-08-17 11:08:30 +00:00

Test Report

View CI Run 2380 | Commit d05d48f

🧪 Test Report

Generated on 2025-08-17 13:08:05 CEST

🧾 General Info

  • duration: 0.9468996524810791
  • 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:
    ImportError while importing test module '/workspace/tligui_y/slic/tests/test_utils_dbusnotify.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_utils_dbusnotify.py:5: in <module>
        from dbusmock import DBusTestCase
    E   ModuleNotFoundError: No module named 'dbusmock'