mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
add rr api
This commit is contained in:
parent
a89afdbc07
commit
594daa27d5
3 changed files with 33 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""Test suite for User Settings."""
|
||||
import pytest
|
||||
from openpype.modules import ModulesManager
|
||||
|
||||
|
||||
def test_rr_job():
|
||||
manager = ModulesManager()
|
||||
rr_module = manager.modules_by_name["royalrender"]
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue