Data Integrator (Python API)
|
Unit test for allele functionality. More...
Public Member Functions | |
def | test_010_chk_empty (s) |
def | test_020_chk_single (s) |
def | test_030_chk_single_wrong (s) |
def | test_040_chk_long (s) |
def | test_050_chk_long_wrong (s) |
def | test_100_cmp_single (s) |
def | test_110_cmp_single_n (s) |
def | test_120_cmp_single_wrong (s) |
def | test_130_cmp_long (s) |
def | test_140_str_left (s) |
def | test_150_str_right (s) |
def | test_160_str_left_wrong (s) |
def | test_170_str_right_wrong (s) |
def | test_180_wrong_obj (s) |
def | test_190_superlong (s) |
![]() | |
def | assertItemsEqual (s, x, y) |
Re-implementation of a function missing in Python 3. More... | |
Unit test for allele functionality.
This test checks the expected functionality of allele comparison.
def utest.tVariant.CTestAllele.test_010_chk_empty | ( | s | ) |
def utest.tVariant.CTestAllele.test_020_chk_single | ( | s | ) |
def utest.tVariant.CTestAllele.test_030_chk_single_wrong | ( | s | ) |
def utest.tVariant.CTestAllele.test_040_chk_long | ( | s | ) |
def utest.tVariant.CTestAllele.test_050_chk_long_wrong | ( | s | ) |
def utest.tVariant.CTestAllele.test_100_cmp_single | ( | s | ) |
def utest.tVariant.CTestAllele.test_110_cmp_single_n | ( | s | ) |
def utest.tVariant.CTestAllele.test_120_cmp_single_wrong | ( | s | ) |
def utest.tVariant.CTestAllele.test_130_cmp_long | ( | s | ) |
def utest.tVariant.CTestAllele.test_140_str_left | ( | s | ) |
def utest.tVariant.CTestAllele.test_150_str_right | ( | s | ) |
def utest.tVariant.CTestAllele.test_160_str_left_wrong | ( | s | ) |
def utest.tVariant.CTestAllele.test_170_str_right_wrong | ( | s | ) |
def utest.tVariant.CTestAllele.test_180_wrong_obj | ( | s | ) |
def utest.tVariant.CTestAllele.test_190_superlong | ( | s | ) |