Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@

<img alt="lgtm-logo" width="150" src="https://raw.githubusercontent.com/elementsinteractive/pytest-catnip/main/assets/logo-small.png">


<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

![Python Version](https://img.shields.io/badge/python-3.13%2B-blue?logo=python&logoColor=yellow)
[![PyPI version](https://img.shields.io/pypi/v/pytest-catnip?logo=python&logoColor=f5f5f5)](https://pypi.org/project/pytest-catnip/)

**pytest-catnip** is a pytest plugin for integration-testing [pipecat](https://github.com/pipecat-ai/pipecat) voicebots declaratively, using plain YAML files.

Expand Down Expand Up @@ -623,10 +619,6 @@ configuring pre-commit to execute some of them can be beneficial to reduce late
just pre-commit
```

> [!note] 🔗 Useful links
> - [API Development Guidelines](https://www.notion.so/msdevelopment/Development-Guidelines-623677e75f69473abc743ce1d381eb6b)
>
> - [Code Review Guidelines](https://www.notion.so/msdevelopment/Code-Review-Guidelines-82023d1814b442e486ed38e648c5d86e)
## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Expand Down
21 changes: 21 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,27 @@ dependencies = [
"pipecat-ai >=1.3.0",
"pydantic >=2.13.4",
]
readme = "README.md"
keywords = [
"AI",
"pytest",
"pytest-plugin",
"pipecat-ai",
"pipecat",
]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Topic :: Software Development :: Quality Assurance",
"Topic :: Software Development :: Code Generators",
"Topic :: Utilities",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Operating System :: OS Independent"
]

[project.optional-dependencies]
judge-gemini = ['google-genai >=1.0.0']
Expand Down
Loading