mvsoom's picture
Upload folder using huggingface_hub
3133fdb

Unit Tests

Before running the tests, please ensure that you installed the necessary additional test dependencies. If not installed, check the install-README on how to do it.

Use the the following command to run the tests:

# From root of the project
python -m unittest discover -v -s ./tests

To generate the coverage reports, please run the following command:

#Install Coverage using 
pip install coverage

# From root of the project
coverage run -m unittest discover -v -s tests