Add Python wrapping for OpmLog
This commit is contained in:
8
python/pybind11/tests/test_log.py
Normal file
8
python/pybind11/tests/test_log.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import unittest
|
||||
from opm.io import OpmLog
|
||||
|
||||
class TestLog(unittest.TestCase):
|
||||
|
||||
def test_log(self):
|
||||
OpmLog.info("Info message")
|
||||
OpmLog.debug("Debug message")
|
||||
Reference in New Issue
Block a user