Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
gibiw committed Dec 5, 2024
1 parent 7da6928 commit 9ca6c7d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Monorepo containing [Qase TestOps](https://qase.io) integration tools for Python
- **[qase-behave](/qase-behave)**
Reporter for Behave, enabling seamless integration with Qase TestOps.

- **[qase-tavern](/qase-tavern)**
Reporter for Tavern, enabling seamless integration with Qase TestOps.

### Libraries

- **[qase-python-commons](/qase-python-commons/)**
Expand Down
1 change: 1 addition & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ This directory contains examples of how to use the Qase Python reporters.
- [pytest](./pytest/README.md) - Examples written in Pytest. Can be used with `pytest-xdist` library.
- [behave](./behave/README.md) - Examples written in Behave.
- [robot](./robot/README.md) - Examples written in Robot Framework. Can be used with `pabot` library.
- [tavern](./tavern/README.md) - Examples written in Tavern.
2 changes: 1 addition & 1 deletion qase-tavern/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = { file = "LICENSE" }
classifiers = [
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python",
"Framework :: Tavern",
"Framework :: Pytest",
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Topic :: Software Development :: Quality Assurance',
Expand Down

0 comments on commit 9ca6c7d

Please sign in to comment.