catfacts test and test cleanup

This commit is contained in:
mutantmonkey
2012-06-02 01:13:50 -07:00
parent f995769b6f
commit 6fece14639
5 changed files with 25 additions and 5 deletions

View File

@@ -21,5 +21,3 @@ class TestNodeTodo(unittest.TestCase):
m = re.match('^http://node-todobin\.herokuapp\.com/list/[a-z0-9]+$',
out, flags=re.UNICODE)
self.assertTrue(m)