We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The test for colander_jsonschema.tests.test_colander_jsonschema.MappingSchemaTestCase fails on line 452 with:
colander_jsonschema.tests.test_colander_jsonschema.MappingSchemaTestCase
AssertionError: {'description': u'the instanced object', 'title': u'numbered object', 'required' [truncated]... != {u'$schema': u'http://json-schema.org/draft-04/schema#', u'required': [u'title', [truncated]... | - {'$schema': 'http://json-schema.org/draft-04/schema#', | + {u'$schema': u'http://json-schema.org/draft-04/schema#', | ? + + | | - 'description': u'the instanced object', | + u'description': u'the instanced object', | ? + | | - 'properties': {u'canPublish': {'default': False, | + u'properties': {u'canPublish': {u'default': False, | ? + + | | - 'description': u'object is shown in web if true', | + u'description': u'object is shown in web if true', | ? ++
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The test for
colander_jsonschema.tests.test_colander_jsonschema.MappingSchemaTestCase
fails on line 452 with:The text was updated successfully, but these errors were encountered: