Skip to content

Latest commit

 

History

History

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Running tests

Installing and running tests

pip install -r requirements.txt
pytest

Running tests with gpu

pytest --gpu

Run tests while caching downloaded models

pytest --model-cache ./cache