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_video_encoder.py 337 B

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