-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- mark `qaseio` as deprecated - add `qase-api-client` and `qase-api-v2-client` clients - remove `qase-pytest-bdd`
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# [Qase](https://qase.io) Python | ||
# [Qase TestOps](https://qase.io) reporters for Python | ||
|
||
This is a monorepo for all Python-related projects | ||
Monorepo with [Qase TestOps](https://qase.io) reporters for Python testing frameworks. | ||
|
||
## Projects | ||
|
||
- [qaseio](/qaseio) - Qase TestOps API client (v1) | ||
- [qase-python-api](/qase-python-api) - Qase TestOps API client (v2) | ||
- [qase-api-client](/qase-api-client) - Qase TestOps API client (v1) | ||
- [qase-api-v2-client](/qase-api-v2-client) - Qase TestOps API client (v2) | ||
- [qase-pytest](/qase-pytest) - Pytest reporter for Qase Report and Qase TestOps | ||
- [qase-pytest-bdd](/qase-pytest-bdd/) - Pytest-bdd reporter | ||
- [qase-robotframework](/qase-robotframework) - Robot Framework reporter | ||
- [qase-python-commons](/qase-python-commons/) - Library with common components shared across reporters | ||
- [qase-python-commons](/qase-python-commons/) - Library with common components shared across reporters | ||
- [qaseio](/qaseio) - Qase TestOps API client (v1). Deprecated, use qase-python-api instead |