Skip to content

Commit 9c005b1

Browse files
authored
Merge pull request #88 from djarecka/revert_provone
removing tests for provone
2 parents 5882768 + 0e29d7a commit 9c005b1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

nidm/core/tests/test_provone.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
from nidm.core.provone import ProvONEDocument
1+
#from nidm.core.provone import ProvONEDocument
22
from nidm.core import Constants
33
from nidm.core.dot import provone_to_dot
44
import pytest
55

6+
pytestmark = pytest.mark.skip(reason="had to comment provone import - was breaking tests from experiment")
67

78
@pytest.fixture(scope="module")
89
def doc():

nidm/experiment/tests/test_experiment.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ def main(argv):
8484
main(sys.argv[1:])
8585

8686
# very simple test, just checking if main doesnt give any error
87-
# def test_main():
88-
# main(sys.argv[1:])
87+
def test_main():
88+
main(sys.argv[1:])
8989

0 commit comments

Comments
 (0)