Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 192 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 192 Bytes

How to Run test

  • First run the following instructions to install pytest
pip install pytest
  • Then run the following instructions in the tests dir to test:
pytest .