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. |
--default-compute-mode rift | What compute mode to use to test features if not specified. Should one of spark or rift. Default value: spark |