Example #1
0
from gocept.pytestlayer import fixture


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

globals().update(fixture.create("piratechat.layers.PYRAMIDROBOTLAYER", ))
Example #3
0
from gocept.pytestlayer import fixture

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