https://github.com/ynput/pytest-ayon
Pytest plugin for testing AYON
https://github.com/ynput/pytest-ayon
Last synced: about 2 months ago
JSON representation
Pytest plugin for testing AYON
- Host: GitHub
- URL: https://github.com/ynput/pytest-ayon
- Owner: ynput
- License: apache-2.0
- Created: 2024-05-22T08:24:30.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2026-03-31T11:01:28.000Z (2 months ago)
- Last Synced: 2026-04-13T07:49:44.896Z (about 2 months ago)
- Language: Python
- Size: 86.9 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A pytest plugin for testing AYON
This plugin provides fixtures and helper functions to be used in various
test within AYON ecosystem.
## Installation
```shell
$ pip install pytest-ayon
```
or
```shell
$ poetry add --dev pytest-ayon
```
## Usage
In your test, import fixtures and helper functions from `pytest_ayon` module.
```python
from pytest_ayon import ayon_fixture, ayon_tool
```