tests__core#
- tests__core()[source]#
Whether tests for this estimator are triggered by framework changes.
Part of packaging metadata for the object, used only in
sktimeCI.String name:
"tests:core"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:coretag of an object is a boolean, it specifies whether changes to the framework or base classes trigger tests for the estimator.Only a core selection of estimators should have the
tests:coretag set to true, to avoid that all estimators insktimeare triggered by a framework change.The
tests:coretag is not used in user facing checks, error messages, or recommended build processes otherwise.