Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wshayes committed Jan 3, 2018
1 parent aa9dae6 commit 6d335d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/lang/test_syntax_checks.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import bel.lang
import bel.lang.bel
from bel.Config import config

bo = bel.lang.bel.BEL(config['bel']['lang']['default_bel_version'], config['bel_api']['servers']['api_url'])
Expand Down
3 changes: 2 additions & 1 deletion tests/nanopub/test_nanopub_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
with open(f"{local_dir}/datasets/nanopub_bel-good_test-0.9.0.yaml", 'r') as f:
good_nanopub = yaml.load(f)

@pytest.mark.skip(reason="Not finished")

@pytest.mark.skip(reason="Not finished with this test")
def test_valid_schema():

(is_valid, messages) = nb.validate_to_schema(good_nanopub, schema)
Expand Down

0 comments on commit 6d335d0

Please sign in to comment.