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_translate.py 355 B

10 months ago
10 months ago
1234567891011
  1. """TODO: Add docstring."""
  2. def test_import_main():
  3. """TODO: Add docstring."""
  4. pass # OPUS is no longer maintained in favor of dora-phi4
  5. # from dora_opus.main import main
  6. # Check that everything is working, and catch dora Runtime Exception as we're not running in a dora dataflow.
  7. # nwith pytest.raises(RuntimeError):
  8. # nmain()