allow tests to run in random mode

This commit is contained in:
Matthias Voppichler
2018-04-07 10:15:09 +02:00
parent 9019f6492f
commit c217b58f33
2 changed files with 4 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ def get_patched_freqtradebot(mocker, config) -> FreqtradeBot:
return FreqtradeBot(config, create_engine('sqlite://'))
@pytest.fixture(scope="module")
@pytest.fixture(scope="function")
def default_conf():
""" Returns validated configuration suitable for most tests """
configuration = {