ya.make 341 B

1234567891011121314151617181920212223242526
  1. PY3TEST()
  2. PEERDIR(
  3. contrib/python/jsonschema
  4. contrib/python/Twisted
  5. )
  6. SRCDIR(contrib/python/jsonschema/py3/jsonschema/tests)
  7. PY_SRCS(
  8. NAMESPACE jsonschema.tests
  9. _helpers.py
  10. )
  11. TEST_SRCS(
  12. __init__.py
  13. test_cli.py
  14. test_exceptions.py
  15. test_format.py
  16. test_types.py
  17. test_validators.py
  18. )
  19. NO_LINT()
  20. END()