ya.make 870 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. PY3TEST()
  2. SUBSCRIBER(g:python-contrib)
  3. PEERDIR(
  4. contrib/python/zope.interface
  5. )
  6. SRCDIR(
  7. contrib/python/zope.interface/py3/zope/interface
  8. )
  9. TEST_SRCS(
  10. common/tests/__init__.py
  11. common/tests/basemapping.py
  12. common/tests/test_collections.py
  13. common/tests/test_idatetime.py
  14. common/tests/test_import_interfaces.py
  15. common/tests/test_numbers.py
  16. tests/__init__.py
  17. tests/advisory_testing.py
  18. tests/dummy.py
  19. tests/idummy.py
  20. tests/m1.py
  21. tests/odd.py
  22. tests/test_adapter.py
  23. tests/test_advice.py
  24. tests/test_declarations.py
  25. tests/test_document.py
  26. tests/test_element.py
  27. tests/test_exceptions.py
  28. tests/test_interface.py
  29. tests/test_interfaces.py
  30. tests/test_odd_declarations.py
  31. tests/test_registry.py
  32. tests/test_ro.py
  33. tests/test_sorting.py
  34. tests/test_verify.py
  35. )
  36. NO_LINT()
  37. END()