sqlobject.conftest module

This module is used by pytest to configure testing

sqlobject.conftest.connectionShortcuts = {'dbm': 'dbm:///data', 'firebird': 'firebird://sysdba:masterkey@localhost/var/lib/firebird/data/test.gdb', 'mssql': 'mssql://sa:@127.0.0.1/test', 'mysql': 'mysql://test@localhost/test', 'postgres': 'postgres:///test', 'postgresql': 'postgres:///test', 'pygresql': 'pygresql://localhost/test', 'sqlite': 'sqlite:/:memory:', 'sybase': 'sybase://test:test123@sybase/test?autoCommit=0'}
sqlobject.conftest.exitfirst = True
sqlobject.conftest.option = None
sqlobject.conftest.pytest_addoption(parser)[source]

Add the SQLObject options

sqlobject.conftest.pytest_configure(config)[source]

Make cmdline arguments available to dbtest

sqlobject.conftest.setup_tests()[source]
sqlobject.conftest.verbose = 0