OPENENV_RL_01 / tests /test_simulator_import_smoke.py
Siddharaj Shirke
deploy: fresh snapshot to Hugging Face Space
3eae4cc
def test_legacy_simulator_import_path_is_live():
from app.simulator import LiveSimulationSession, SimulationAgentMode, run_simulation
assert LiveSimulationSession is not None
assert SimulationAgentMode is not None
assert callable(run_simulation)