-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
Description
Validation is not working after installation. pip install nuts
nuts/service/testSchema.yaml is not included.
Traceback (most recent call last):
File "/home/ubaumann/.virtualenvs/test-nuts2/lib/python2.7/site-packages/nuts/service/file_validator.py", line 17, in validate
c = Core(source_file=self.test_file, schema_files=[test_file])
File "/home/ubaumann/.virtualenvs/test-nuts2/lib/python2.7/site-packages/pykwalify/core.py", line 90, in __init__
raise CoreError(u"Provided source_file do not exists on disk : {0}".format(f))
CoreError: <CoreError: error code 3: Provided source_file do not exists on disk : /home/ubaumann/.virtualenvs/test-nuts2/lib/python2.7/site-packages/nuts/service/testSchema.yaml: Path: '/'>
<CoreError: error code 3: Provided source_file do not exists on disk : /home/ubaumann/.virtualenvs/test-nuts2/lib/python2.7/site-packages/nuts/service/testSchema.yaml: Path: '/'>
Traceback (most recent call last):
File "/home/ubaumann/.virtualenvs/test-nuts2/lib/python2.7/site-packages/nuts/service/file_validator.py", line 17, in validate
c = Core(source_file=self.test_file, schema_files=[test_file])
File "/home/ubaumann/.virtualenvs/test-nuts2/lib/python2.7/site-packages/pykwalify/core.py", line 90, in __init__
raise CoreError(u"Provided source_file do not exists on disk : {0}".format(f))
CoreError: <CoreError: error code 3: Provided source_file do not exists on disk : /home/ubaumann/.virtualenvs/test-nuts2/lib/python2.7/site-packages/nuts/service/testSchema.yaml: Path: '/'>