Testing 
=======

Testing is done using `pytest <https://docs.pytest.org/en/stable/>`__.

To run the full test suite against your changes, install :ref:`dev dependencies <development:Development>` and simply run ``pytest``.
Which should return without any errors.

.. prompt:: bash

   pytest

.. note::

   Tests currently require credentials to be setup. More information about credentials is available at :ref:`quick-start:Quick Start`.
