Skip to main content
Helper methods for Starlark to access testing infrastructure.

Members

analysis_test

Creates a new analysis test target. The number of transitive dependencies of the test are limited. The limit is controlled by --analysis_testing_deps_limit flag.

Parameters

ExecutionInfo

testing.ExecutionInfo provider key/constructor

TestEnvironment

Deprecated: Use RunEnvironmentInfo instead. Creates a new test environment provider. Use this provider to specify extra environment variables to be made available during test execution.

Parameters