- Install the module with
pip install pytest-rts - Use the tool with
pytest --rts
More detailed usage is described in the tutorial
- Checkout the project
- In project directory run
make install- that will:- create virtual environment
- download all the dependencies
- install
pytest-rts
- Switch to directory with target project
- Install all the dependencies needed for testing (should be installed into the same pytest-rts virtual environment)
- Execute
pytest --cov=<path to code> --cov-context=testwhich will run the entire test suite and build a mapping database with pytest-cov - Rename the coverage file produced by
pytest-covto your liking. Example:mv .coverage pytest-rts-coverage
- execute
pytest --rts --rts-coverage-db=<your coverage file>after adding new tests
See DEVELOPER.md for more info
Read through our contributing guidelines to learn about our submission process, coding rules and more.
Help us keep the project open and inclusive. Please read and follow our Code of Conduct.
The package was developed by F-Secure Corporation and University of Helsinki in scope of IVVES project. This work was labelled by ITEA3 and funded by local authorities under grant agreement “ITEA-2019-18022-IVVES”
