Beispiel #1
0
 def test_read_data(self):
     """
        Test if the creation of the Instapush object looks fine
     """
     kwargs = {}
     se = ServiceInstapush()
     se.read_data(**kwargs)
Beispiel #2
0
 def test_read_data(self):
     """
        Test if the creation of the Instapush object looks fine
     """
     kwargs = {}
     se = ServiceInstapush()
     se.read_data(**kwargs)
Beispiel #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)