nuketesting.runner.run_pytest_bootstrapped

Script that gets executed by nuke to run tests.

This script will be run through the Runner class. It adds pytest to the available packages and executes pytest with all provided arguments.

Exceptions

BootstrapError

Exception to raise during bootstrap.

Functions

main(→ NoReturn)

Main pytest bootstrap entrypoint

Module Contents

exception BootstrapError

Bases: Exception

Exception to raise during bootstrap.

main() NoReturn

Main pytest bootstrap entrypoint