| .. | |||||
| __pycache__ | |||||
| __init__.py | |||||
| _helpers.py | |||||
| _suite.py | |||||
| test_cli.py | |||||
| test_exceptions.py | |||||
| test_format.py | |||||
| test_jsonschema_test_suite.py | |||||
| test_types.py | |||||
| test_validators.py |
def bug(issue=None):
message = "A known bug."
if issue is not None:
message += " See issue #{issue}.".format(issue=issue)
return message
| .. | |||||
| __pycache__ | |||||
| __init__.py | |||||
| _helpers.py | |||||
| _suite.py | |||||
| test_cli.py | |||||
| test_exceptions.py | |||||
| test_format.py | |||||
| test_jsonschema_test_suite.py | |||||
| test_types.py | |||||
| test_validators.py |