More Feed Tests
Signed-off-by: Lars Kiesow <lkiesow@uos.de>
This commit is contained in:
parent
8901310fa0
commit
fee00f3337
1 changed files with 6 additions and 0 deletions
|
@ -103,6 +103,12 @@ class TestSequenceFunctions(unittest.TestCase):
|
||||||
fg.updated('2017-02-05 13:26:58+01:00')
|
fg.updated('2017-02-05 13:26:58+01:00')
|
||||||
fg.pubDate('2017-02-05 13:26:58+01:00')
|
fg.pubDate('2017-02-05 13:26:58+01:00')
|
||||||
fg.generator('python-feedgen', 'x', uri='http://github.com/lkie...')
|
fg.generator('python-feedgen', 'x', uri='http://github.com/lkie...')
|
||||||
|
fg.image(url=self.logo,
|
||||||
|
title=self.title,
|
||||||
|
link=self.link2Href,
|
||||||
|
width='123',
|
||||||
|
height='123',
|
||||||
|
description='Example Inage')
|
||||||
|
|
||||||
self.fg = fg
|
self.fg = fg
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue