The ceilometer.tests.unit.storage.sqlalchemy.test_models Module

class ceilometer.tests.unit.storage.sqlalchemy.test_models.PreciseTimestampTest(*args, **kwds)[source]

Bases: oslotest.base.BaseTestCase

static fake_dialect(name)[source]
setUp()[source]
test_load_dialect_impl_mysql()[source]
test_load_dialect_impl_postgres()[source]
test_process_bind_param_store_datetime_postgres()[source]
test_process_bind_param_store_decimal_mysql()[source]
test_process_bind_param_store_none_mysql()[source]
test_process_bind_param_store_none_postgres()[source]
test_process_result_value_datetime_mysql()[source]
test_process_result_value_datetime_postgres()[source]
test_process_result_value_none_mysql()[source]
test_process_result_value_none_postgres()[source]

Previous topic

The ceilometer.tests.unit.publisher.test_utils Module

Next topic

The ceilometer.tests.unit.storage.test_base Module

Project Source

This Page