The Qase API Client provides a Python interface for interacting with the Qase TestOps API (v1). It allows programmatic access to manage test cases, test runs, defects, and other TestOps entities. The current version is 2.0.6, and it's part of a larger monorepo with frequent, modular releases across various Qase Python integrations.
pip install qase-api-clientVerified import paths — ran on the pinned version, not inferred.
This quickstart demonstrates how to initialize the Qase API client, configure it with an API token, and then use it to retrieve test cases from a specified project. Ensure your QASE_TOKEN and QASE_PROJECT_CODE environment variables are set or replace the placeholders.
Explicitly install `qase-api-client` via `pip install qase-api-client`. Do not assume `pip install qase-python` will install this client (it's not a package).
When initializing `Configuration`, pass your Qase API Token like this: `api_key={'TokenAuth': 'your_token_here'}`.Always refer to the official Qase documentation or the specific API client's README to confirm which client (v1 or v2) corresponds to the API endpoints you intend to use. Install `qase-api-v2-client` if targeting the v2 API.
No dependency data recorded yet.