general: move reddit tests into my/tests + tweak my.core.cfg to be more reliable

This commit is contained in:
Dima Gerasimov 2023-05-26 00:34:24 +01:00 committed by karlicoss
parent fcfc423a75
commit f8cd31044e
21 changed files with 77 additions and 54 deletions

View file

@ -1,4 +1,4 @@
from .common import skip_if_not_karlicoss as pytestmark
from my.tests.common import skip_if_not_karlicoss as pytestmark
def test() -> None:
@ -13,8 +13,6 @@ def test() -> None:
assert d.sleep_end.tzinfo is not None
from .common import skip_if_not_karlicoss
@skip_if_not_karlicoss
def test_tz() -> None:
from my.emfit import datas
# TODO check errors too?