agentops/tests/conftest.py

11 lines
156 B
Python

import pytest
@pytest.fixture
def runtime():
class _BagOfGoodies(object):
config_mock_applied = False
pass
yield _BagOfGoodies()