module unit.meta.version

class unit.meta.version.VersionTestCase[source]

Bases: timelinelib.test.cases.unit.UnitTestCase

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

class unit.meta.version.describe_beta_version_formatting[source]

Bases: unit.meta.version.VersionTestCase

test_full()[source]
test_filename()[source]
test_version_numer_string()[source]
test_is_dev()[source]
test_is_final()[source]
setUp()[source]

Hook method for setting up the test fixture before exercising it.

class unit.meta.version.describe_development_version_formatting[source]

Bases: unit.meta.version.VersionTestCase

test_full()[source]
test_filename()[source]
test_version_numer_string()[source]
test_is_dev()[source]
test_is_final()[source]
setUp()[source]

Hook method for setting up the test fixture before exercising it.

class unit.meta.version.describe_final_version_formatting[source]

Bases: unit.meta.version.VersionTestCase

test_full()[source]
test_filename()[source]
test_version_numer_string()[source]
test_is_dev()[source]
test_is_final()[source]
setUp()[source]

Hook method for setting up the test fixture before exercising it.