function default.describe
namespace default.describe
Functions #
f
default.describe.only
Shorthand for marking a suite as only. This is the same as calling describe with options.only set to true.
f
default.describe.skip
Shorthand for skipping a suite. This is the same as calling describe with options.skip set to true.
f
default.describe.todo
Shorthand for marking a suite as TODO. This is the same as calling describe with options.todo set to true.