ResInsight/GrpcInterface/Python/rips/tests/test_commands.py
2021-01-11 15:27:45 +01:00

11 lines
149 B
Python

import sys
import os
import tempfile
import pytest
import grpc
sys.path.insert(1, os.path.join(sys.path[0], '../../'))
import rips
import dataroot