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
|
@ -1,3 +1,5 @@
|
|||
from my.tests.common import skip_if_not_karlicoss as pytestmark
|
||||
|
||||
# TODO move elsewhere?
|
||||
# these tests would only make sense with some existing data? although some of them would work for everyone..
|
||||
# not sure what's a good way of handling this..
|
||||
|
@ -6,8 +8,6 @@ import pytz
|
|||
from more_itertools import bucket
|
||||
|
||||
|
||||
from .common import skip_if_not_karlicoss as pytestmark
|
||||
|
||||
# TODO ugh. if i uncomment this here (on top level), then this test vvv fails
|
||||
# from my.media.youtube import get_watched, Watched
|
||||
# HPI_TESTS_KARLICOSS=true pytest -raps tests/tz.py tests/youtube.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue