Skip to content

Commit

Permalink
testclient
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellenn-A committed May 15, 2024
1 parent 577cc9b commit d1b7a2d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/test_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ def json(self):
return self.json_data


@pytest.fixture
def client():
return TestClient(app)






# happy path
def test_send_query(client,mocker):
Expand Down

0 comments on commit d1b7a2d

Please sign in to comment.