This directory houses the tests for our project, primarily using pytest for testing.
- Contains test scripts written in Python.
- Organized to mirror the structure of the
src/
directory for easy reference. - Tests should be comprehensive and cover a wide range of cases.
To execute the tests:
- Install pytest: Ensure pytest is installed in your environment.
- Run Tests: Execute
pytest
in the root directory of the project.
Make sure to regularly run tests to maintain the reliability and quality of the project.