Skip to content

Commit

Permalink
Remove unused test method
Browse files Browse the repository at this point in the history
  • Loading branch information
Grokzen committed Aug 22, 2014
1 parent 25bf22b commit c0f4fd7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/testcore.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,15 +177,6 @@ def test_validation_error_but_not_raise_exception(self):
# TODO: Fix this issue...
# assert ('pykwalify.core', 'ERROR', 'Errors found but will not raise exception...') in l.actual()

def test_invalid_mapping_data_type(self):
"""
Test that validating range object raises correct error messages when wrong
values is sent into the function.
"""
# c = Core(source_data={"foo": None}, schema_data={"type": "map", "mapping": {"foo": {"type": "str"}}})
# c.validate()
pass

def testCoreDataMode(self):
Core(source_data=3.14159, schema_data={"type": "number"}).validate()
Core(source_data=3.14159, schema_data={"type": "float"}).validate()
Expand Down

0 comments on commit c0f4fd7

Please sign in to comment.