clean-up rss and mail. Add mail connection check at startup

This commit is contained in:
Yax 2022-11-29 15:54:11 +01:00
parent 601259cc55
commit 661eb35717
4 changed files with 28 additions and 10 deletions

7
tests/test_rssfeed.py Normal file
View file

@ -0,0 +1,7 @@
#!/usr/bin/python
# -*- coding: UTF-8 -*-
from stacosys.service import rss
def test_configure():
rss.configure("comments.xml", "blog", "http", "blog.mydomain.com")