Fix unit tests

This commit is contained in:
Yax 2024-04-12 21:35:15 +02:00
parent a18eaf2237
commit 537e509027
4 changed files with 12 additions and 3 deletions

View file

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