Information for Developers ========================== Testing ~~~~~~~ The library uses `pytest `_ for testing. Please implement tests for your code. Use the following snipped to run the tests. .. code-block:: console python -m pytest Any new tests are to be put in the *tests/{unit,integration}* folder respectively.