Skip to content

Files

Latest commit

d9ea0fa · Aug 30, 2021

History

History
This branch is 91 commits behind facebookresearch/pytorchvideo:main.

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 13, 2021
Apr 13, 2021
Apr 13, 2021
Apr 13, 2021
Apr 13, 2021
Apr 13, 2021
Apr 13, 2021
Apr 13, 2021
Apr 13, 2021
Apr 13, 2021
Apr 13, 2021
May 12, 2021
May 7, 2021
Apr 13, 2021
Apr 30, 2021
May 3, 2021
Apr 13, 2021
Apr 13, 2021
Apr 13, 2021
Apr 13, 2021
Apr 13, 2021
May 7, 2021
May 3, 2021
Apr 13, 2021
Apr 13, 2021
Aug 18, 2021
Apr 13, 2021
Aug 18, 2021
Apr 13, 2021
Apr 13, 2021
Apr 13, 2021
Aug 25, 2021
Apr 13, 2021
Jun 26, 2021
Apr 13, 2021
Jun 1, 2021
Aug 18, 2021
Aug 30, 2021
Apr 13, 2021
Apr 13, 2021
Apr 13, 2021
Jun 9, 2021
Jun 9, 2021
Apr 13, 2021
Aug 25, 2021
Apr 13, 2021
Apr 13, 2021
Jul 20, 2021
Jun 1, 2021
Jun 9, 2021

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