Beispiel #1
0
 def test_category_has_attributes(self):
     '''
     Checks the category attributes exist
     '''
     new_category = Category()
     self.assertTrue('name' in new_category.__dir__())