Public Member Functions | |
def | test_invalid |
def | test_simple |
Static Public Attributes | |
list | invalids |
list | valids |
Definition at line 11 of file test_parsing.py.
def tests.test_parsing.ParsingTestCase.test_invalid | ( | self | ) |
Definition at line 30 of file test_parsing.py.
def tests.test_parsing.ParsingTestCase.test_simple | ( | self | ) |
Definition at line 34 of file test_parsing.py.
list tests::test_parsing.ParsingTestCase::invalids [static] |
[ None, '', '0', '0.1', '0.1.4a', '0.1.1.1', '0.1.2-rc23,1', ]
Definition at line 12 of file test_parsing.py.
list tests::test_parsing.ParsingTestCase::valids [static] |
[ '0.1.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 22 of file test_parsing.py.