Skip to content

Testing

Davis edited this page Aug 24, 2018 · 1 revision

Running tests

Run all tests

Run this command:

python run_tests.py

Run a specific test

Run this command:

python -m unittest path.to.<name>_test

For example:

python -m unittest pwcnet.warp.warp_test

Clone this wiki locally