Testing ======= |M4OPT| has extensive unit tests which are run automatically in `GitHub Actions `_. Code coverage is `reported on Codecov.io `_. You can also follow these instructions to run the unit tests locally, on your own computer: 1. Clone the |M4OPT| git repository onto your computer by running this command:: git clone https://github.com/m4opt/m4opt.git 2. Enter the cloned repository directory:: cd m4opt 3. Install |M4OPT| using :doc:`pip ` in :ref:`editable mode ` with the ``test`` :ref:`extra `:: pip install -e .[test] 4. Run the unit tests:: pytest