Method summary
- make_2d_data(self)
- make_3d_data(self)
- setUp(self)
- tearDown(self)
- test_2d_data(self)
- test_3d_data(self)
- test_input_validation(self)
- test_pickle(self)
Methods
- make_2d_data(self)
- make_3d_data(self)
- 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_2d_data(self)
Generic tests for 2D data arrays.
- test_3d_data(self)
Test for 3D data arrays.
- test_input_validation(self)
Tests if only the correct forms of input arrays are supported.
- test_pickle(self)
Test if pickling works.