ayon-core/tests
Petr Kalis 7e088d6b97 #1794 - moved to better folder
Implemented comparing published files with expected
Changed approach to userSetup
2021-09-03 17:45:32 +02:00
..
integration #1794 - moved to better folder 2021-09-03 17:45:32 +02:00
lib Hound 2021-09-02 19:09:21 +02:00
unit #1794 - moved to better folder 2021-09-03 17:45:32 +02:00
__init__.py #1784 - added base implementation for helper DB class 2021-07-07 18:51:55 +02:00
README.md #1784 - added base implementation for helper DB class 2021-07-07 18:51:55 +02:00

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