#1784 - added base implementation for helper DB class

Added example of usage of helper class to test SyncServerModule
(WIP)
This commit is contained in:
Petr Kalis 2021-07-07 18:51:55 +02:00
parent 7c30263101
commit d8b7fca965
6 changed files with 163 additions and 0 deletions

View file

@ -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`