general: move reddit tests into my/tests + tweak my.core.cfg to be more reliable
This commit is contained in:
parent
fcfc423a75
commit
f8cd31044e
21 changed files with 77 additions and 54 deletions
|
@ -50,7 +50,7 @@ def test_old_db() -> None:
|
|||
|
||||
@pytest.fixture(autouse=True)
|
||||
def prepare():
|
||||
from .common import testdata
|
||||
from my.tests.common import testdata
|
||||
bmdata = testdata() / 'hpi-testdata' / 'bluemaestro'
|
||||
assert bmdata.exists(), bmdata
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue