https://www.softwaretestinghelp.com/python-testing-frameworks/
run tests
Substring matching:
py.test -k method1 -v
Option 2) Run tests by markers [Tag names, category]
https://www.guru99.com/pytest-tutorial.html
https://stackoverflow.com/questions/4284313/how-can-i-check-the-syntax-of-python-script-without-executing-it/8437597
https://code.visualstudio.com/docs/python/testing
https://www.lambdatest.com/blog/generating-xml-and-html-report-in-pyunit-for-test-automation/
Execution in command line
Substring matching:
py.test -k method1 -v
Option 2) Run tests by markers [Tag names, category]
https://www.guru99.com/pytest-tutorial.html
https://stackoverflow.com/questions/4284313/how-can-i-check-the-syntax-of-python-script-without-executing-it/8437597
https://code.visualstudio.com/docs/python/testing
https://www.lambdatest.com/blog/generating-xml-and-html-report-in-pyunit-for-test-automation/
Execution in command line
from unittest.mock import patch
No comments:
Post a Comment