Skip to content

Commit 4767a40

Browse files
committed
[WIP] update tests for generalised table
1 parent 5208279 commit 4767a40

2 files changed

Lines changed: 224 additions & 191 deletions

File tree

ubermagtable/tests/test_interact.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
import os
22

3+
import pytest
4+
35
import ubermagtable as ut
46

57

8+
@pytest.mark.skip
69
def test_interact():
710
dirname = os.path.join(os.path.dirname(__file__), "test_sample/")
811
odtfile = os.path.join(dirname, "oommf-new-file2.odt")

0 commit comments

Comments
 (0)