Ejemplo n.º 1
0
 def test_read_data(self):
     """
        Test if the creation of the Instapush object looks fine
     """
     kwargs = {}
     se = ServiceInstapush()
     se.read_data(**kwargs)
Ejemplo n.º 2
0
 def test_read_data(self):
     """
        Test if the creation of the Instapush object looks fine
     """
     kwargs = {}
     se = ServiceInstapush()
     se.read_data(**kwargs)
Ejemplo n.º 3
0
 def test_read_data(self):
     """
        Test if the creation of the Instapush object looks fine
     """
     kwargs = {}
     se = ServiceInstapush()
     res = se.read_data(**kwargs)
     self.assertTrue(type(res) is dict)