move rss stuff in a separate subpackage

This commit is contained in:
Dima Gerasimov 2020-05-13 21:36:19 +01:00
parent c289fbb872
commit 92cf375480
5 changed files with 4 additions and 4 deletions

View file

@ -76,7 +76,7 @@ class feedly:
os.environ['MY_CONFIG'] = str(tmp_path)
# should not raise at least
import my.feedly
import my.rss.feedly
@pytest.fixture