fix test
This commit is contained in:
parent
53e22d9f4b
commit
adeb9b274d
1 changed files with 5 additions and 1 deletions
|
|
@ -35,7 +35,11 @@ class DLFPTest(BackendTest):
|
||||||
BackendTest.__init__(self, *args, **kwargs)
|
BackendTest.__init__(self, *args, **kwargs)
|
||||||
|
|
||||||
def test_new_messages(self):
|
def test_new_messages(self):
|
||||||
return
|
feeds = {}
|
||||||
|
for name, feed in self.backend.FEEDS.iteritems():
|
||||||
|
feeds[name] = feed.replace('//linuxfr.org', '//alpha.linuxfr.org')
|
||||||
|
self.backend.FEEDS = feeds
|
||||||
|
|
||||||
for message in self.backend.iter_unread_messages():
|
for message in self.backend.iter_unread_messages():
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue