コード例 #1
0
ファイル: fixtures.py プロジェクト: novareto/sqlusers
def config(request):
    """loading the zca with configure.zcml of this package"""
    return configure(request, sql, 'configure.zcml')
コード例 #2
0
ファイル: conftest.py プロジェクト: novareto/uvclight
def config(request):
    return configure(request, uvclight.tests.examples, 'configure.zcml')