コード例 #1
0
	def test_list_content_not_empty(self):
		"""This tests if the notes_list is empty or not"""
		test_if_content= NotesApplication('Dummy Content',[])
		test_list_content_if_empty = test_if_content.list_content()
		self.assertEqual(test_list_content_if_empty, None)