Public Member Functions | |
def | test_coerce |
def | test_invalid |
Static Public Attributes | |
dictionary | examples |
Definition at line 358 of file test_base.py.
def tests.test_base.CoerceTestCase.test_coerce | ( | self | ) |
Definition at line 370 of file test_base.py.
def tests.test_base.CoerceTestCase.test_invalid | ( | self | ) |
Definition at line 377 of file test_base.py.
dictionary tests::test_base.CoerceTestCase::examples [static] |
{ # Dict of target: [list of equivalents] '0.0.0': ('0', '0.0', '0.0.0', '0.0.0+', '0-'), '0.1.0': ('0.1', '0.1+', '0.1-', '0.1.0'), '0.1.0+2': ('0.1.0+2', '0.1.0.2'), '0.1.0+2.3.4': ('0.1.0+2.3.4', '0.1.0+2+3+4', '0.1.0.2+3+4'), '0.1.0+2-3.4': ('0.1.0+2-3.4', '0.1.0+2-3+4', '0.1.0.2-3+4', '0.1.0.2_3+4'), '0.1.0-a2.3': ('0.1.0-a2.3', '0.1.0a2.3', '0.1.0_a2.3'), '0.1.0-a2.3+4.5-6': ('0.1.0-a2.3+4.5-6', '0.1.0a2.3+4.5-6', '0.1.0a2.3+4.5_6', '0.1.0a2.3+4+5/6'), }
Definition at line 359 of file test_base.py.