annotation Testify::Test::Tags
Overview
Tags can be used to group tests and specs,
allowing to only run a subset of tests and/or specs when providing a --tag argument to the spec runner.
Can be tagged:
- classes inherited from the
Testclass (equivalent ofdescribeblock); - and all
test_methods (equivalent ofitblock); - and of course the blocks (with the
tagsargument):describe,contextandit.
See Tagging Specs in the stdlib.