armi.conftest module
Per-directory pytest plugin configuration used only during development/testing.
This is a used to manipulate the environment under which pytest runs the unit tests. This can act as a one-stop-shop for manipulating the sys.path, or the ARMI App used to run the tests.
Tests must be invoked via pytest for this to have any affect, for example:
$ pytest -n 6 armi