Python
Qase offers dedicated Python reporters that make it easy to publish automated test results from popular Python testing frameworks into your Qase workspace. Whether you are using frameworks like pytest, unittest, or Behave, Qase’s Python reporters simplify the reporting process by automatically sending detailed execution results, enhancing traceability, and supporting better collaboration between QA and development teams.
This module is an SDK for developing test reporters for Qase TMS. It’s using qase-api-client as an API client, and all Qase reporters are, in turn, using this package. You should use it if you’re developing your own test reporter for a special-purpose framework.
To report results from tests using a popular framework or test runner, don’t install this module directly and use the corresponding reporter module instead.
Updated 8 days ago