TestSQLiteBuilder

class tests.test_sqlite_builder.TestSQLiteBuilder(methodName='runTest')[source]
__init__(methodName='runTest')

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

test_generator_builder()[source]

Test obtaining SqliteQueryBuilder results by calling next() on the builder object (like a generator)

test_index_builder()[source]

Test obtaining SqliteQueryBuilder results by accessing an index of the builder object

test_iterate_builder()[source]

Test obtaining SqliteQueryBuilder results by iterating over the builder object itself with a for loop

Methods

Methods

test_all_call()

test_generator_builder()

Test obtaining SqliteQueryBuilder results by calling next() on the builder object (like a generator)

test_group_call()

test_index_builder()

Test obtaining SqliteQueryBuilder results by accessing an index of the builder object

test_iterate_builder()

Test obtaining SqliteQueryBuilder results by iterating over the builder object itself with a for loop

test_query_all()

test_query_select_col_where()

test_query_select_col_where_group()

test_query_select_col_where_order()

test_query_where_first_name_last_name()

test_where_call()

Attributes

Attributes