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:
Runtime less than 1 minute.
Assigned to tests:
Runtime less than 20 minutes.
Assigned to tests:
Runtime greater than 20 minutes.
Serial executed job.
Assigned to tests:
Parallel executed job.
Assigned to tests:
GPU executed job.
Tests monodomain EP functionality.
Assigned to tests:
Tests bidomain EP functionality.
Assigned to tests:
Tests pseudo_bidomain EP functionality.
Assigned to tests:
Tests eikonal EP functionality.
Assigned to tests:
Tests purkinje EP functionality.
Assigned to tests:
Tests mechanics functionality.
Assigned to tests:
Tests a FEMLIB tool.
Assigned to tests:
Tests openCARP I/O routines.
Assigned to tests:
Compare simulation with analytic result.
Assigned to tests:
Tests postprocessing routines.
Assigned to tests:
Example supported by the community edition.