Destroy a test session.
(session_id)
| 63 | return None |
| 64 | |
| 65 | def destroy_session(session_id): |
| 66 | """Destroy a test session.""" |
| 67 | send_cmd(f"destroy_session:{session_id}") |
| 68 | |
| 69 | def test_basic_swarm_commands(): |
| 70 | """Test basic swarm listing commands.""" |
nothing calls this directly
no test coverage detected