Skip to content

Latest commit

 

History

History
83 lines (75 loc) · 1.45 KB

File metadata and controls

83 lines (75 loc) · 1.45 KB

Outcomes, Reports, and Warnings

Outcomes

::: pytask.ExitCode options: filters: - "!^[^_]." - "!^__.__$" show_root_heading: true show_signature: true ::: pytask.CollectionOutcome options: filters: - "!^[^_]." - "!^__.$" ::: pytask.TaskOutcome options: filters: - "!^_[^_].*" - "!^.__$" ::: pytask.Exit options: filters: - "!^_[^_]." - "!^.*$" ::: pytask.Persisted options: filters: - "!^[^_]." - "!^__.__$" ::: pytask.Skipped options: filters: - "!^[^_]." - "!^__.$" ::: pytask.SkippedAncestorFailed options: filters: - "!^_[^_].*" - "!^.__$" ::: pytask.SkippedUnchanged options: filters: - "!^_[^_]." - "!^.*$" ::: pytask.count_outcomes

Reports

::: pytask.CollectionReport options: filters: - "!^[^_]." - "!^__.__$" ::: pytask.ExecutionReport options: filters: - "!^[^_]." - "!^__.$" ::: pytask.DagReport options: filters: - "!^_[^_].*" - "!^.*__$"

Tracebacks

::: pytask.Traceback options: filters: - "!^_[^_]." - "!^__.__$"

Warnings

::: pytask.WarningReport options: filters: - "!^_[^_]." - "!^__.__$" ::: pytask.parse_warning_filter ::: pytask.warning_record_to_str