1234567891011121314151617181920212223242526 |
- PY3TEST()
- PEERDIR(
- contrib/python/jsonschema
- contrib/python/Twisted
- )
- SRCDIR(contrib/python/jsonschema/py3/jsonschema/tests)
- PY_SRCS(
- NAMESPACE jsonschema.tests
- _helpers.py
- )
- TEST_SRCS(
- __init__.py
- test_cli.py
- test_exceptions.py
- test_format.py
- test_types.py
- test_validators.py
- )
- NO_LINT()
- END()
|