Skip
Exception thrown to skip a test case.
Throw this (or call skip()) from a test function to mark it as skipped
rather than failed.
Inherits from: std.RuntimeError
Fields
message @ (Str | nil)Skip message, or
nilif none was given.
Exception thrown to skip a test case.
Throw this (or call skip()) from a test function to mark it as skipped
rather than failed.
Inherits from: std.RuntimeError
message @ (Str | nil)Skip message, or nil if none was given.