stacosys/tests/test_rssfeed.py

10 lines
199 B
Python
Raw Normal View History

2023-11-26 17:51:51 +01:00
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
2024-04-12 21:35:15 +02:00
from stacosys.service.rssfeed import Rss
2022-12-02 08:59:55 +01:00
def test_configure():
2024-04-12 21:35:15 +02:00
rss = Rss()
2022-12-02 08:59:55 +01:00
rss.configure("comments.xml", "blog", "http", "blog.mydomain.com")