Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 417 Bytes

TESTING.md

File metadata and controls

18 lines (16 loc) · 417 Bytes

Running the unit tests

mkdir code
cd code
git clone https://github.com/vivisect/vivisect
git clone https://github.com/vivisect/vivtestfiles
cd vivisect
VIVTESTFILES=../vivtestfiles python3 -m unittest discover

If you want to see the code coverage stats:

cd vivisect
VIVTESTFILES=../vivtestfiles coverage -m unittest discover
coverage html

And then open vivisect/coverage_html_report/index.html