Method summary
- check(self)
- setUp(self)
- tearDown(self)
- test_deepcopied(self)
- test_grid_plane(self)
- test_save_and_restore(self)
Methods
- check(self)
Do the actual testing.
- setUp(self)
Initial setting up of test fixture, automatically called by TestCase before any other test method is invoked
- tearDown(self)
For necessary clean up, automatically called by TestCase after the test methods have been invoked
- test_deepcopied(self)
Test if the MayaVi2 visualization can be deep-copied.
- test_grid_plane(self)
Test if the test fixture works
- test_save_and_restore(self)
Test if saving a visualization and restoring it works.