Tags for the categorisation of tests in the carputils framework.
A list of tags may be passed to the constructor of a test:
from carputils.testing import Test, tag
newtest = Test('mytest', run, ['--experiment', 'new'],
tags=[tag.SERIAL, tag.FAST])
These tags may then be used to filter the tests you wish to run on the command line with carptests:
carptests devtests.mechanics --tag fast
Runtime less than 30 seconds.
Assigned to tests: