tecton test
Usage​
tecton test [Options] [PYTEST_EXTRA_ARGS]
Description​
Run Tecton tests.
Options​
Command | Description |
---|---|
tecton test | Run all tests using PyTest in a file that matches glob("TECTON_REPO_ROOT/**/tests/**/*.py") |
tecton test -- -k "test_name" | same as above, but passes the -k "test_name" args to the PyTest command. |