Registry / testing / minitest-tagz

minitest-tagz

JSON →
library1.7.0rbrubygemsunverified

Allows you to tag different Minitest tests with tags that can be used to filter tests.

gem install minitest-tagz
INSTALL
IMPORT
SIG · MINITEST-TAGZ
M
minitest-tagz
testingrubyv1.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Minitest::Tagz
require 'minitest/tagz'

Tag a test with :slow and run only tagged tests.

require 'minitest/tagz' class MyTest < Minitest::Test tagz :slow def test_something assert true end end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.7.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Resources
minitest-tagz — gem install minitest-tagz · libregistry