def test_start_meshcat(self): # StartMeshcat only performs interesting work on cloud notebook hosts. # Here we simply ensure that it runs. meshcat = mut.StartMeshcat() self.assertIsInstance(meshcat, mut.Meshcat)
def test_start_meshcat(self): # StartMeshcat only performs interesting work on Deepnote or Google # Colab. Here we simply ensure that it runs. meshcat = mut.StartMeshcat() self.assertIsInstance(meshcat, mut.Meshcat)