ramble.test.definitions namespace

Submodules

ramble.test.definitions.test_versions module

class ramble.test.definitions.test_versions.TestObjectVersion[source]

Bases: object

Tests for the ObjectVersion class.

test_copy()[source]

Test that the copy method works correctly.

test_init()[source]

Test that the ObjectVersion constructor works correctly.

test_init_invalid_version()[source]

Test that the ObjectVersion constructor raises an error for invalid versions.

test_satisfies(version, variant, expected)[source]

Test that the satisfies method works correctly.

test_str()[source]

Test that the __str__ method works correctly.

test_version_properties()[source]

Test that properties and deprecated getter methods work correctly.