panko.tests.base Module¶Test base classes.
NoneBases: 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.
BaseTestCase.path_get(project_file=None)¶NoneBases: type
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.