def test_empty_list(self):
     notes = NotesApplication()
     self.assertEqual(notes.list(), None, msg="List not empty")