stacosys/tests/test_rssfeed.py
2023-11-26 17:51:51 +01:00

8 lines
175 B
Python

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