workspace / tests /test_symbolic /test_launch.py
AntonioJun's picture
Replace tests with local workspace contents
e8055cf verified
Raw
History Blame Contribute Delete
166 Bytes
"""Tests for symbolic/launch.py -- multi-scene orchestrator."""
from symbolic import launch
def test_symbolic_launcher_imports():
assert callable(launch.main)