test#
Launches pytest and runs the tests for a project
Usage
test [OPTIONS] [PYTEST_ARGS]...
Options
- -v, --verbosity <LVL>#
One of ERROR, WARNING, SUCCESS, INFO, or DEBUG
- -w, --watch#
Watch for changes to project files and re-run the test suite with the given options.
- --watch-folders <watch_folders>#
Folders to watch for changes using ape test –watch. Defaults to contracts/ and tests/
- --watch-delay <watch_delay>#
Delay between polling cycles for ape test –watch. Defaults to 0.5 seconds.
Arguments
- PYTEST_ARGS#
Optional argument(s)