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-2013 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__ = [ 
27      'align_tensor_testing_base', 
28      'base_classes', 
29      'diffusion_tensor_testing_base', 
30      'minimisation_testing_base', 
31      'model_free_testing_base', 
32      'molecule_testing_base', 
33      'n_state_model_testing_base', 
34      'package_checking', 
35      'relax_data_testing_base', 
36      'residue_testing_base', 
37      'sequence_testing_base', 
38      'spin_testing_base', 
39      'state_testing_base', 
40      'structure_testing_base', 
41      'unit_test_runner', 
42      'value_testing_base', 
43      '_auto_analyses', 
44      '_data', 
45      '_lib', 
46      '_target_functions', 
47      '_multi', 
48      '_opendx', 
49      '_pipe_control', 
50      '_prompt', 
51      '_scons', 
52      '_specific_analyses', 
53      '_user_functions' 
54  ] 
55