goodman_focus.tests package#
Submodules#
goodman_focus.tests.test_goodman_focus module#
- class goodman_focus.tests.test_goodman_focus.ArgumentTests(methodName='runTest')#
Bases:
TestCase- setUp()#
Hook method for setting up the test fixture before exercising it.
- test_get_args_default()#
- class goodman_focus.tests.test_goodman_focus.DirectoryAndFilesTest(methodName='runTest')#
Bases:
TestCase- setUp()#
Hook method for setting up the test fixture before exercising it.
- tearDown()#
Hook method for deconstructing the test fixture after testing it.
- test_directory_does_not_exists()#
- test_directory_exists_but_empty()#
- test_directory_not_empty_and_no_matching_files()#
- test_no_focus_files()#
- class goodman_focus.tests.test_goodman_focus.GetPeaksTest(methodName='runTest')#
Bases:
TestCase- setUp()#
Hook method for setting up the test fixture before exercising it.
- test_multiple_peaks()#
- test_single_peak()#
- class goodman_focus.tests.test_goodman_focus.GoodmanFocusTests(methodName='runTest')#
Bases:
TestCase- setUp()#
Hook method for setting up the test fixture before exercising it.
- tearDown()#
Hook method for deconstructing the test fixture after testing it.
- test__call__()#
- test__call__Moffat1D()#
- test__call__list_file_no_exist()#
- test__call__not_a_list()#
- test__call__with_list()#
- test__fit()#
- test_get_focus_data()#