コード例 #1
0
def do_test():
    """Perform functional test for :py:mod`plastid.bin.gff_parent_types`"""
    for x in execute_helper(test_info,gff_parent_types_tests):
        yield x
コード例 #2
0
ファイル: test_cs.py プロジェクト: zzygyx9119/plastid
def do_test():
    """Perform functional test for :py:mod:`plastid.bin.cs`"""
    for x in execute_helper(test_info,cs_tests):
        yield x
コード例 #3
0
def do_test():
    """Perform functional test for plastid.bin.crossmap"""
    for x in execute_helper(test_info, crossmap_tests):
        yield x
コード例 #4
0
def do_test():
    for x in execute_helper(get_count_vectors_test_info,
                            get_count_vectors_tests):
        yield x
コード例 #5
0
ファイル: test_metagene.py プロジェクト: zzygyx9119/plastid
def do_test():
    for x in execute_helper(TEST_INFO, tests):
        yield x
コード例 #6
0
def do_test():
    for x in execute_helper(TEST_INFO,tests):
        yield x
コード例 #7
0
def do_test():
    """Perform functional test for plastid.bin.crossmap"""
    for x in execute_helper(test_info,crossmap_tests):
        yield x
コード例 #8
0
def do_test():
    """Perform functional test for plastid.bin.counts_in_region"""
    for x in execute_helper(test_info,counts_in_region_tests):
        yield x
コード例 #9
0
def do_test():
    """Perform functional test for :py:mod:`plastid.bin.phase_by_size`"""
    for x in execute_helper(test_info,phase_by_size_tests):
        yield x