Clone
1
run 2378 TEST commit fb2f134
ci-bot edited this page 2025-08-17 10:45:43 +00:00

Test Report

View CI Run 2378 | Commit fb2f134

🧪 Test Report

Generated on 2025-08-17 12:45:18 CEST

🧾 General Info

  • duration: 0.9153969287872314
  • 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'