scibeam.tests package

Submodules

scibeam.tests.test_base module

class scibeam.tests.test_base.TestFunctions(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]

Hook method for setting up the test fixture before exercising it.

test_is_mixin()[source]

scibeam.tests.test_common module

class scibeam.tests.test_common.TestFunctions(methodName='runTest')[source]

Bases: unittest.case.TestCase

Test core.common.py

test_loadFile()[source]
test_winPathHandler()[source]

scibeam.tests.test_formatter module

class scibeam.tests.test_formatter.TestFunctions(methodName='runTest')[source]

Bases: unittest.case.TestCase

testDict = {'a': 1, 'b': 2, 'c': 3.1415926, 'd': 4, 'e': 5}
test_formart_dict()[source]

scibeam.tests.test_imports module

class scibeam.tests.test_imports.TestImports(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_import_Gaussian()[source]
test_import_PlotTOFSeries()[source]
test_import_RegMatch()[source]
test_import_TOFFrame()[source]
test_import_TOFSeries()[source]
test_import_read_file()[source]
test_import_read_folder()[source]

scibeam.tests.test_regexp module

class scibeam.tests.test_regexp.TestRegmatch(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]

Hook method for setting up the test fixture before exercising it.

test_match()[source]
test_matchFolder()[source]
test_single_regex_match()[source]

scibeam.tests.test_tofseries module

class scibeam.tests.test_tofseries.TestFunctions(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_read_defaults()[source]
test_read_with_bounds()[source]
test_read_without_offset()[source]
class scibeam.tests.test_tofseries.TestTOFSeries(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]

Hook method for setting up the test fixture before exercising it.

test_find_time_idx()[source]
test_init()[source]
test_remove_data_offset()[source]
test_selectTimeSlice()[source]

Module contents