Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 278 Bytes

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.