Package test_suite :: Package unit_tests
[hide private]
[frames] | no frames]

Source Code for Package test_suite.unit_tests

 1  ############################################################################### 
 2  #                                                                             # 
 3  # Copyright (C) 2006-2008 Edward d'Auvergne                                   # 
 4  #                                                                             # 
 5  # This file is part of the program relax (http://www.nmr-relax.com).          # 
 6  #                                                                             # 
 7  # This program is free software: you can redistribute it and/or modify        # 
 8  # it under the terms of the GNU General Public License as published by        # 
 9  # the Free Software Foundation, either version 3 of the License, or           # 
10  # (at your option) any later version.                                         # 
11  #                                                                             # 
12  # This program is distributed in the hope that it will be useful,             # 
13  # but WITHOUT ANY WARRANTY; without even the implied warranty of              # 
14  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               # 
15  # GNU General Public License for more details.                                # 
16  #                                                                             # 
17  # You should have received a copy of the GNU General Public License           # 
18  # along with this program.  If not, see <http://www.gnu.org/licenses/>.       # 
19  #                                                                             # 
20  ############################################################################### 
21   
22  # Package docstring. 
23  """The relax unit tests.""" 
24   
25   
26  __all__ = ['align_tensor_testing_base', 
27             'diffusion_tensor_testing_base', 
28             'minimisation_testing_base', 
29             'model_free_testing_base', 
30             'molecule_testing_base', 
31             'n_state_model_testing_base', 
32             'relax_data_testing_base', 
33             'residue_testing_base', 
34             'sequence_testing_base', 
35             'spin_testing_base', 
36             'state_testing_base', 
37             'structure_testing_base', 
38             'test_float', 
39             'test_relax_io', 
40             'unit_test_runner', 
41             'value_testing_base', 
42             '_data', 
43             '_dx', 
44             '_generic_fns', 
45             '_maths_fns', 
46             '_prompt', 
47             '_specific_fns'] 
48