ayon-core/tests/README.md
Petr Kalis d8b7fca965 #1784 - added base implementation for helper DB class
Added example of usage of helper class to test SyncServerModule
(WIP)
2021-07-07 18:51:55 +02:00

12 lines
420 B
Markdown

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
- unit - quick unit test
- MODULE_NAME
- fixture
- `tests.py`