You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

test_opencv_plot.py 305 B

10 months ago
10 months ago
123456789101112
  1. """TODO: Add docstring."""
  2. import pytest
  3. def test_import_main():
  4. """TODO: Add docstring."""
  5. from opencv_plot.main import main
  6. # Check that everything is working, and catch dora Runtime Exception as we're not running in a dora dataflow.
  7. with pytest.raises(RuntimeError):
  8. main()