ction dotest should be invoked at the end of each module in the test suite; each module should define functions starting with the same pr... e.test
To test just "feature A":
$ TESTMATCH=module-featureA bash mymodule.test
Remember that the source builtin will look ...
$ PATH="path/to/modules:${PATH}" \
TESTMATCH=module-featureA bash mymodule.test
It is better to put such stuff in a Makefil