Skip to content

Video Mode

Video Mode #603

GitHub Actions / Unit Test Results failed Dec 19, 2023 in 0s

1 errors in 3s

1 tests   - 340   0 ✔️  - 340   3s ⏱️ -15s
1 suites ±    0   0 💤  -     1 
1 files   ±    0   0 ±    0   1 🔥 +1 

Results for commit 2ad8327. ± Comparison against earlier commit 680f758.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

tests.test_videomode with error

pytest-junit-report/report.xml
Raw output
ImportError while importing test module '/home/runner/work/py-qua-tools/py-qua-tools/tests/test_videomode.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_videomode.py:6: in <module>
    from qualang_tools.video_mode import ParameterTable
qualang_tools/video_mode/__init__.py:1: in <module>
    from .videomode import VideoMode, ParameterTable
E   ModuleNotFoundError: No module named 'qualang_tools.video_mode.videomode'