Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 278 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 278 Bytes

Testing

Running Tests with Pytest

We use pytest for running tests. To run the tests:

  1. Ensure that you are in the root directory of the project.
  2. Run the following command:
pytest

This will automatically discover and run all test cases in the project.