CQL Testing

Test succesfull local cassandra db setup, used for further testing.

tests.db_api.test_cql.test_cluster_name(casdriv_cns)[source]

Test correct cluster name getting of casriv.

tests.db_api.test_cql.test_keyspace_simple_creation(casdriv_cns)[source]

Test creating a keyspace using casdriv.create_keyspace.

tests.db_api.test_cql.test_keyspace_replication_creation(casdriv_cns)[source]

Test casdriv.create_keyspace using replication argument.

tests.db_api.test_cql.test_list_column_values(casdriv_cns)[source]

Test cql.list_column_values.

tests.db_api.test_cql.test_list_column_values_exceptions(casdriv_cns)[source]

Test cql.list_column_values exception rasising.

tests.db_api.test_cql.test_get_all_entries(casdriv_cns)[source]

Test cql.get_all_entries.

tests.db_api.test_cql.test_get_all_entries_exceptions(casdriv_cns)[source]

Test cql.get_all_entries exception rasising.

tests.db_api.test_cql.test_drop_row(casdriv_cns)[source]

Test cql.drop_row.

tests.db_api.test_cql.test_drop_rows_exceptions(casdriv_cns)[source]

Test cql.list_column_values exception rasising.

tests.db_api.test_cql.test_drop_all_rows(casdriv_cns)[source]

Test cql.drop_row.

tests.db_api.test_cql.test_drop_all_rows_exceptions(casdriv_cns)[source]

Test cql.drop_all_rows exception rasising.