mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
|
|
||
|---|---|---|
| .. | ||
| integration | ||
| lib | ||
| unit | ||
| __init__.py | ||
| README.md | ||
Automatic tests for OpenPype
Structure:
- integration - end to end tests, slow
- openpype/modules/MODULE_NAME - structure follow directory structure in code base
- fixture - sample data
(MongoDB dumps, test files etc.) tests.py- single or more pytest files for MODULE_NAME
- fixture - sample data
- openpype/modules/MODULE_NAME - structure follow directory structure in code base
- unit - quick unit test
- MODULE_NAME
- fixture
tests.py
- MODULE_NAME