Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Oct 25, 2014
1 parent 7d34abc commit e30ae26
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions _unittests/ut_rss/data/subscriptions.xml
Expand Up @@ -13,6 +13,18 @@
htmlUrl=""/>
-->

<outline text="Julia Evans"
title="Julia Evans"
type="rss"
xmlUrl="http://jvns.ca/atom.xml"
htmlUrl="http://jvns.ca/"/>

<outline text="Chocolatey"
title="Chocolatey"
type="rss"
xmlUrl="http://feeds.feedburner.com/chocolatey"
htmlUrl="http://chocolatey.org/"/>

<outline text="Piotr Mirowski"
title="Piotr Mirowski"
type="rss"
Expand Down
2 changes: 1 addition & 1 deletion _unittests/ut_rss/test_rss.py
Expand Up @@ -28,7 +28,7 @@

class TestRSS (unittest.TestCase):

nb_rss_blog = 227
nb_rss_blog = 229

def test_rss_from_google (self) :
fLOG (__file__, self._testMethodName, OutputPrint = __name__ == "__main__")
Expand Down

0 comments on commit e30ae26

Please sign in to comment.