wub.tests package¶
Submodules¶
wub.tests.test_bam_compare module¶
-
class
wub.tests.test_bam_compare.TestBamCompare(methodName='runTest')[source]¶ Bases:
unittest.case.TestCaseTest BAM comparison test.
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
wub.tests.test_bam_read_counter module¶
-
class
wub.tests.test_bam_read_counter.TestBamReadCounter(methodName='runTest')[source]¶ Bases:
unittest.case.TestCaseTest BAM read counter wrapper.
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
wub.tests.test_bam_stats module¶
-
class
wub.tests.test_bam_stats.TestBamStats(methodName='runTest')[source]¶ Bases:
unittest.case.TestCaseTest BAM statistics functions.
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
wub.tests.test_blastn_coord_parse module¶
wub.tests.test_contig_stats module¶
-
class
wub.tests.test_contig_stats.TestContigStats(methodName='runTest')[source]¶ Bases:
unittest.case.TestCaseTest N50 utility function.
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
wub.tests.test_example module¶
wub.tests.test_mappers_lastal module¶
wub.tests.test_nucmer_coord_parse module¶
-
class
wub.tests.test_nucmer_coord_parse.TestNucmerCoordParse(methodName='runTest')[source]¶ Bases:
unittest.case.TestCaseTest numcmer cooridnate parsing.
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
wub.tests.test_simulate_genome module¶
-
class
wub.tests.test_simulate_genome.TestSimulateGenome(methodName='runTest')[source]¶ Bases:
unittest.case.TestCaseTest genome simulation utilities.
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
wub.tests.test_simulate_seq module¶
-
class
wub.tests.test_simulate_seq.TestSimulateSeq(methodName='runTest')[source]¶ Bases:
unittest.case.TestCaseTest sequence simulation utilities.
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
wub.tests.test_util_parse module¶
-
class
wub.tests.test_util_parse.TestUtilParse(methodName='runTest')[source]¶ Bases:
unittest.case.TestCaseTest parsing utilities.
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
wub.tests.test_util_seq module¶
-
class
wub.tests.test_util_seq.TestUtilSeq(methodName='runTest')[source]¶ Bases:
unittest.case.TestCaseTest sequence utilities.
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
wub.tests.test_wrappers_dnadiff module¶
-
class
wub.tests.test_wrappers_dnadiff.TestWrappersDnadiff(methodName='runTest')[source]¶ Bases:
unittest.case.TestCaseTest dnadiff wrapper.
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.