tests__skip_all#
- tests__skip_all()[source]#
Whether all tests for this estimator should be skipped.
Part of packaging metadata for the object, used only in
sktimeCI.String name:
"tests:skip_all"Private tag, developer and framework facing
Values: boolean,
True/FalseExample:
TrueDefault:
False
sktime’s CI framework regularly tests estimators in pull requests, usually only estimators that have changed, viarun_test_for_class.The
tests:skip_alltag of an object is a boolean. If set toTrue, all tests for the estimator are skipped.WARNING: this tag should be used with caution, as it will skip all tests for the estimator, including those that are necessary for the estimator to be considered a valid estimator in
sktime.The
tests:skip_alltag is not used in user facing checks, error messages, or recommended build processes otherwise.