You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 192 B

1234567891011
  1. # How to Run test
  2. * First run the following instructions to install pytest
  3. ```bash
  4. pip install pytest
  5. ```
  6. * Then run the following instructions in the tests dir to test:
  7. ```bash
  8. pytest .
  9. ```