1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
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()