Skip to content

Commit

Permalink
test: missing decors
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jan 16, 2024
1 parent 575d347 commit 09eca9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/functional/geth/test_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ def test_send_transaction_when_no_error_and_receipt_fails(
geth_provider._web3 = start_web3


@geth_process_test
def test_send_call(geth_provider, ethereum, geth_contract):
txn = DynamicFeeTransaction.model_validate(
{
Expand All @@ -276,6 +277,7 @@ def test_send_call(geth_provider, ethereum, geth_contract):
assert to_int(actual) == 0


@geth_process_test
def test_send_call_track_gas(geth_provider, mocker, gas_tracker, geth_contract):
"""
This ensures we can track eth-calls' gas when using the --gas flag in `ape test`.
Expand Down Expand Up @@ -329,6 +331,7 @@ def test_network_choice_when_custom(geth_provider):
assert actual == "http://127.0.0.1:5550"


@geth_process_test
def test_make_request_not_exists(geth_provider):
with pytest.raises(
APINotImplementedError,
Expand Down

0 comments on commit 09eca9a

Please sign in to comment.