mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
#1784 - added base implementation for helper DB class
Added example of usage of helper class to test SyncServerModule (WIP)
This commit is contained in:
parent
7c30263101
commit
d8b7fca965
6 changed files with 163 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
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`
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue