Method summary
- check(self, scene, bounds, error = 0.0101)
- check_deepcopying(self, scene, bounds, error = 0.0101)
- check_saving(self, engine, scene, bounds, error = 0.0101)
- setUp(self)
- setup_reader(self)
- setup_viz(self)
- tearDown(self)
Methods
- check(self, scene, bounds, error = 0.0101)
Do the actual testing.
- check_deepcopying(self, scene, bounds, error = 0.0101)
Test if the MayaVi2 visualization can be deep-copied.
- check_saving(self, engine, scene, bounds, error = 0.0101)
- setUp(self)
- setup_reader(self)
"Setup the reader in here. This is called after the engine has been created and started. The engine is available as self.e. This method is called by setUp().
- setup_viz(self)
Setup the visualization.
- tearDown(self)
For necessary clean up, automatically called by TestCase after the test methods have been invoked