workspace / tests /test_F /test_launch.py
AntonioJun's picture
Replace tests with local workspace contents
e8055cf verified
Raw
History Blame Contribute Delete
149 Bytes
"""Tests for harness/F/launch.py."""
from harness.F import launch
def test_launch_entrypoint_exposes_run_main():
assert callable(launch.main)