The panko.tests.base Module

The panko.tests.base Module

Test base classes.

service None

Bases: oslotest.base.BaseTestCase

BaseTestCase.assertIsEmpty(obj)
BaseTestCase.assertIsNotEmpty(obj)
BaseTestCase.assertTimestampEqual(first, second, msg=None)

Checks that two timestamps are equals.

This relies on assertAlmostEqual to avoid rounding problem, and only checks up the first microsecond values.

static BaseTestCase.path_get(project_file=None)
service None

Bases: type

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.