attitude.test.io module
Methods for dealing with saved test data
-
attitude.test.io.
load_test_plane
(name)[source]
Load numpy array(s) defining plane data
from text file in test/fixtures directory
-
attitude.test.io.
save_test_plane
(name, *arrays)[source]
Saves numpy array(s) defining plane data
to text file in test/fixtures directory.
This can be used to add data for inclusion
in the testing framework for this module.
Multiple arrays (for grouping, etc.) will
be saved to the same file.