ya.make 365 B

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