module Minitest
Adds the `tag` method to Minitest::Test. When we encounter a `tag` then we want to create a state machine that will be used to patch/unpatch Minitest
Responsible for patching/unpatching Minitest
. When `tag` is called we patch Minitest
and