Automated test =============================== 1. To execute the automated test, `MacroQueue` should be installed from source. See :doc:`../Install`. 2. Install `pytest` if it is not installed:: pip install pytest pytest-cov 3. Go to `MacroQueue` installation directory and execute automated tests:: pytest