add rr api

This commit is contained in:
Ondřej Samohel 2021-09-14 10:18:35 +02:00
parent a89afdbc07
commit 594daa27d5
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
3 changed files with 33 additions and 0 deletions

View file

@ -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"]