clean-up rss and mail. Add mail connection check at startup
This commit is contained in:
parent
601259cc55
commit
661eb35717
4 changed files with 28 additions and 10 deletions
7
tests/test_rssfeed.py
Normal file
7
tests/test_rssfeed.py
Normal 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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue