The nova.tests.test_versions Module

class VersionTestCase(methodName='runTest')

Bases: nova.test.TestCase

Test cases for Versions code

setUp()

setup test with unchanging values

test_canonical_version_string_is_good()

Ensure canonical version works

test_final_version_strings_are_identical()

Ensure final version strings match only at release

test_vcs_version_string_is_good()

Ensure uninstalled code generates local

test_version_string_is_good()

Ensure version string works

test_version_string_with_vcs_is_good()

Ensure uninstalled code get version string

Previous topic

The nova.tests.test_utils Module

Next topic

The nova.tests.test_virt Module

This Page