Decorator to add tags to test_* functions. Example: class MyTestCase(unittest.TestCase): @testlib.tag("knownfailure") def test_foo(self): #...
(*tags)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected