Пример #1
0
 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)
Пример #2
0
 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)