ya.make 410 B

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