Skip to content

Commit

Permalink
test for post usage when combining usage items
Browse files Browse the repository at this point in the history
to address this issue:
alan-turing-institute/rctab-functions#42

tests are empty for now

 On branch tests_for_post_usage
 Changes to be committed:
	modified:   tests/test_routes/test_usage.py
  • Loading branch information
dlpbc committed Sep 30, 2024
1 parent b99ac94 commit d3ebe2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_routes/test_usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ def test_post_usage(
)


def test_post_usage2(
mocker: pytest_mock.MockerFixture,
) -> None:
del mocker


def test_write_usage(
app_with_signed_billing_token: Tuple[FastAPI, str], mocker: MockerFixture
) -> None:
Expand Down

0 comments on commit d3ebe2b

Please sign in to comment.