workspace / tests /test_encoder /test_launch.py
AntonioJun's picture
Replace tests with local workspace contents
e8055cf verified
Raw
History Blame Contribute Delete
164 Bytes
"""Tests for encoder/launch.py -- CPU-parallel batch driver."""
from encoder import launch
def test_encoder_launcher_imports():
assert callable(launch.main)