- Add your public key to github profile
- Add
git+ssh://git@github.com/F-Secure/pytest-rts.git#egg=pytest-rtsas a dependency torequirements.txt - Install dependencies
- Use the tool with
pytest --rts
- 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 --rtswhich will run the entire test suite and build a mapping database
- execute
pytest --rtsafter doing changes
- execute
pytest_rts_evalin target project directory
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.
