test: add a test suite and simple testing script.
authorW. Trevor King <wking@tremily.us>
Fri, 5 Oct 2012 11:13:54 +0000 (07:13 -0400)
committerW. Trevor King <wking@tremily.us>
Fri, 5 Oct 2012 11:13:59 +0000 (07:13 -0400)
commitbdb1819e6794a072d113c8bbdf08ab2998d584f0
tree9aa9271a934bda62c8a6406c65deeaa884ba3228
parent86a12d9ff521abf620255255c29e3c115d2ac4ac
test: add a test suite and simple testing script.

It would probably be a good idea to use the unittest framework, but
this works as a first pass.
test/README [new file with mode: 0644]
test/allthingsrss/1.config [new file with mode: 0644]
test/allthingsrss/1.expected [new file with mode: 0644]
test/allthingsrss/README [new file with mode: 0644]
test/allthingsrss/feed.atom [new file with mode: 0644]
test/test.py [new file with mode: 0755]