Skip to content
Snippets Groups Projects
  • Manjinder Singh's avatar
    Adding code to output pytest warnings. (#22570) · 6c69b6d4
    Manjinder Singh authored
    * Added pytest-json-report plugin
    	- modifying app-opts in setup.cfg
    	- adding hook to all conftest.py files in repo
    	- setting report to be saved to test_root/log/warnings.json
    	- Writing custom logic to save json report to avoid overwrite if pytest called twice
    This was created to allow us to easily parse through test warnings in jenkins
    Unverified
    6c69b6d4
conftest.py 1.12 KiB