|
@@ -141,7 +141,7 @@ class CLITests(unittest.TestCase):
|
|
|
self.assertEqual(t.name.strip(), n)
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
def test_add_new_entry(self):
|
|
|
node = NewNode('alice', 'dough!', 'example.com',
|
|
@@ -158,3 +158,4 @@ class CLITests(unittest.TestCase):
|
|
|
|
|
|
|
|
|
self.assertEqual(len(rows), 2)
|
|
|
+
|