Skip to content

Commit

Permalink
remove test_config (now tested via pytest)
Browse files Browse the repository at this point in the history
  • Loading branch information
newgene committed Jul 13, 2021
1 parent cfa77e1 commit 9dbd62e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/hub/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
all: unittest

test_config:
nosetests config
test_jsondiff:
cd jsondiff && nosetests
test_jsonschema:
Expand All @@ -11,6 +9,6 @@ test_utils:
test_inspector:
nosetests inspector

test: test_config test_jsondiff test_jsonschema test_utils test_inspector
test: test_jsondiff test_jsonschema test_utils test_inspector


0 comments on commit 9dbd62e

Please sign in to comment.