ya.make 365 B

1234567891011121314151617181920212223242526272829
  1. PY3TEST()
  2. PEERDIR(
  3. contrib/python/multidict
  4. )
  5. TEST_SRCS(
  6. conftest.py
  7. test_abc.py
  8. test_copy.py
  9. test_guard.py
  10. test_istr.py
  11. test_multidict.py
  12. test_mutable_multidict.py
  13. test_mypy.py
  14. test_pickle.py
  15. test_types.py
  16. test_update.py
  17. test_version.py
  18. )
  19. DATA(
  20. arcadia/contrib/python/multidict/tests
  21. )
  22. NO_LINT()
  23. END()