ya.make 342 B

12345678910111213141516171819202122232425
  1. PY2TEST()
  2. SUBSCRIBER(g:python-contrib)
  3. PEERDIR(
  4. contrib/python/deepmerge
  5. )
  6. SRCDIR(
  7. contrib/python/deepmerge/py2/deepmerge/tests
  8. )
  9. TEST_SRCS(
  10. __init__.py
  11. strategy/__init__.py
  12. strategy/test_core.py
  13. strategy/test_set_merge.py
  14. strategy/test_type_conflict.py
  15. test_full.py
  16. test_merger.py
  17. )
  18. NO_LINT()
  19. END()