MCPcopy Create free account
hub / github.com/pytest-dev/pytest / buy_apples

Function buy_apples

testing/plugins_integration/bdd_wallet.py:28–29  ·  view source on GitHub ↗
(wallet)

Source from the content-addressed store, hash-verified

26
27@when("I buy some apples for 1")
28def buy_apples(wallet):
29 wallet.amount -= 1
30
31
32@when("I buy some bananas for 2")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected