Public Member Functions | |
def | test_build_check |
def | test_contains |
def | test_invalid |
def | test_match |
def | test_prerelease_check |
def | test_simple |
Static Public Attributes | |
list | invalid_specs |
dictionary | matches |
list | valid_specs |
Definition at line 11 of file test_match.py.
def tests.test_match.MatchTestCase.test_build_check | ( | self | ) |
Definition at line 112 of file test_match.py.
def tests.test_match.MatchTestCase.test_contains | ( | self | ) |
Definition at line 95 of file test_match.py.
def tests.test_match.MatchTestCase.test_invalid | ( | self | ) |
Definition at line 76 of file test_match.py.
def tests.test_match.MatchTestCase.test_match | ( | self | ) |
Definition at line 85 of file test_match.py.
Definition at line 105 of file test_match.py.
def tests.test_match.MatchTestCase.test_simple | ( | self | ) |
Definition at line 80 of file test_match.py.
list tests::test_match.MatchTestCase::invalid_specs [static] |
[ '', '!0.1', '<=0.1.4a', '>0.1.1.1', '~0.1.2-rc23,1', ]
Definition at line 12 of file test_match.py.
dictionary tests::test_match.MatchTestCase::matches [static] |
Definition at line 30 of file test_match.py.
list tests::test_match.MatchTestCase::valid_specs [static] |
[ '==0.1.0', '<=0.1.1', '<0.1', '>0.1.2-rc1', '>=0.1.2-rc1.3.4', '==0.1.2+build42-12.2012-01-01.12h23', '<0.1.2-rc1.3-14.15+build.2012-01-01.11h34', ]
Definition at line 20 of file test_match.py.