Testing ~~~~~~~ .. _testing-guidelines: Testing Guidelines ------------------- As a contributor, you must add tests for your contributions and not break existing tests, unless fixing an existing behavior. Tests should be added to the ``tests`` folder. Running Tests ------------- To run the tests, use the command:: pytest