stacosys/tests/test_rssfeed.py
2022-12-02 08:59:55 +01:00

8 lines
171 B
Python

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