Ejemplo n.º 1
0
 def test_FileStorage_all_module(self):
     """Testing all module"""
     bm1 = BaseModel()
     bm1.name = "Holberton"
     bm1.QQQQQQQQ = "!!!!!!!!!!!!"
     bm2 = BaseModel()
     fs1 = FileStorage()
     fs1_all_return = fs1.all()