We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5208279 commit 4767a40Copy full SHA for 4767a40
2 files changed
ubermagtable/tests/test_interact.py
@@ -1,8 +1,11 @@
1
import os
2
3
+import pytest
4
+
5
import ubermagtable as ut
6
7
8
+@pytest.mark.skip
9
def test_interact():
10
dirname = os.path.join(os.path.dirname(__file__), "test_sample/")
11
odtfile = os.path.join(dirname, "oommf-new-file2.odt")
0 commit comments