The panko.tests.functional.storage.test_impl_sqlalchemy Module

The panko.tests.functional.storage.test_impl_sqlalchemy Module

Tests for panko/storage/impl_sqlalchemy.py

Note

In order to run the tests against real SQL server set the environment variable PANKO_TEST_SQL_URL to point to a SQL server before running the tests.

class panko.tests.functional.storage.test_impl_sqlalchemy.CapabilitiesTest(*args, **kwds)[source]

Bases: panko.tests.base.BaseTestCase

test_capabilities()[source]
class panko.tests.functional.storage.test_impl_sqlalchemy.EventTest(*args, **kwds)[source]

Bases: panko.tests.db.TestBase

test_datetime_traits(**kwargs)[source]
test_event_repr(**kwargs)[source]
test_float_traits(**kwargs)[source]
test_int_traits(**kwargs)[source]
test_string_traits(**kwargs)[source]
class panko.tests.functional.storage.test_impl_sqlalchemy.EventTypeTest(*args, **kwds)[source]

Bases: panko.tests.db.TestBase

setUp(**kwargs)[source]

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

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

test_event_type_exists(**kwargs)[source]
test_event_type_unique(**kwargs)[source]
class panko.tests.functional.storage.test_impl_sqlalchemy.PankoBaseTest(*args, **kwds)[source]

Bases: panko.tests.db.TestBase

test_panko_base(**kwargs)[source]
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.