runbot/runbot_merge/tests/conftest.py
Xavier Morel 78ad4b4e4b [IMP] runbot_merge, forwardport: consolidate conftests
Converge the pytest setups of runbot_merge and forwardport a bit
more (the goal is obviously to eventually share the infrastructure so
they run the same way).
2019-09-23 13:54:42 +02:00

9 lines
128 B
Python

import uuid
import pytest
pytest_plugins = ["local"]
@pytest.fixture(scope='session')
def module():
return 'runbot_merge'