More Feed Tests

Signed-off-by: Lars Kiesow <lkiesow@uos.de>
This commit is contained in:
Lars Kiesow 2017-03-13 20:56:59 +01:00
parent 8901310fa0
commit fee00f3337
No known key found for this signature in database
GPG key ID: 5DAFE8D9C823CE73

View file

@ -103,6 +103,12 @@ class TestSequenceFunctions(unittest.TestCase):
fg.updated('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.image(url=self.logo,
title=self.title,
link=self.link2Href,
width='123',
height='123',
description='Example Inage')
self.fg = fg