ya.make 276 B

123456789101112131415161718192021
  1. PY2TEST()
  2. PEERDIR (
  3. contrib/python/pluggy
  4. )
  5. TEST_SRCS(
  6. conftest.py
  7. test_deprecations.py
  8. test_details.py
  9. test_helpers.py
  10. test_hookcaller.py
  11. test_invocations.py
  12. test_multicall.py
  13. test_pluginmanager.py
  14. test_tracer.py
  15. )
  16. NO_LINT()
  17. END()