Skip to content
Snippets Groups Projects
Commit 23fc3915 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

try to further decouple python code from bindings

parent 0249db13
No related branches found
No related tags found
1 merge request!20Update bindings
Pipeline #62921 failed
File moved
......@@ -12,8 +12,8 @@
# ~~~
import pytest
from dune.xt.common.test import load_all_submodule
from dune.xt.grid import types
from dune.xt.test.base import load_all_submodule
from dune.xt.test.grid_types import types
def test_load_all():
......@@ -51,7 +51,7 @@ def test_timings():
if __name__ == '__main__':
from dune.xt.common.test import runmodule
from dune.xt.test.base import runmodule
runmodule(__file__)
......
......@@ -11,7 +11,7 @@
# ~~~
import pytest
from dune.xt.common.test import load_all_submodule
from dune.xt.test.base import load_all_submodule
def test_mpi4py():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment