Test Loader: add the concept of test tags
Inside test classes there may docstrings which may contain tags that give special meaning. The tags are defined by "🥑 <value>" in a single line. For now the only two "official" Avocado tags values exist: * enable: the class is an Avocado INSTRUMENTED test, even if it doesn't "look like" one. * disable: the class is *NOT* an Avocado INSTRUMENTED test, even if looks like one. Changes from v0: * Use unittest2 on Python 2.6 Signed-off-by: NCleber Rosa <crosa@redhat.com>
Showing
想要评论请 注册 或 登录