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 328 B

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