extools tests

class extools.tests.test_extools.TestExTools(methodName='runTest')[source]

Bases: unittest.case.TestCase

class extools.tests.extest_extools.ExToolsTestCase(log_level=15)[source]

Bases: extools.test.ExTestCase

Test the functions in extools module.

test_lines_in()[source]

Verify that all_lines_in iterates in the right order and the correct number of times.

test_lines_in_view()[source]

Verify that all_lines_in_view iterates in the right order and the correct number of times.

test_open_and_fetch_row()[source]

Verify that open_and_fetch_row opens and seeks correctly.

extools.tests.extest_extools.main(*args, **kwargs)[source]

This main hook is picked up by ExTestRunner for automatic execution.