ya.make 251 B

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