bovine.testing.features
bovine.testing.features
Helpers for BDD. To use the helpers that provide a session use an environment file such as
after_scenario
Closes the aiohttp.ClientSession if present
before_all
before_scenario
Ensures an aiohttp.ClientSession is present
steps
check_type
Checks that the result stored in context.result
has the type property given by activity_type.
Source code in bovine/bovine/testing/features/steps.py
validate_against_schema
async
Checks that the result stored in context.result
satisfies the schema retrieved from schema_url.