Exemplo n.º 1
0
 def test_synchDBFromDiagramWhenEntityExistsThenReturnSuccess(self):
     response = json.loads(synchDBFromDiagram(self.auth_request_existent_entity).content)
     self.assertTrue(response['success'])
Exemplo n.º 2
0
 def test_synchDBFromDiagramWhenEntityExistsThenReturnSuccess(self):
     response = json.loads(
         synchDBFromDiagram(self.auth_request_existent_entity).content)
     self.assertTrue(response['success'])
Exemplo n.º 3
0
 def test_synchDBFromDiagram(self):
     response = json.loads(synchDBFromDiagram(self.auth_request).content)
     self.assertTrue(response['success'])
Exemplo n.º 4
0
 def test_synchDBFromDiagram(self):
     response = json.loads(synchDBFromDiagram(self.auth_request).content)
     self.assertTrue(response['success'])