예제 #1
0
from gocept.pytestlayer import fixture


globals().update(fixture.create(
    'fundscout.testing.SQLLayer',
    'fundscout.testing.IntegrationLayer',
))
예제 #2
0
from gocept.pytestlayer import fixture

globals().update(fixture.create("piratechat.layers.PYRAMIDROBOTLAYER", ))
예제 #3
0
파일: conftest.py 프로젝트: djay/piratechat
from gocept.pytestlayer import fixture

globals().update(fixture.create(
    "piratechat.layers.PYRAMIDROBOTLAYER",
    ))