ya.make 386 B

12345678910111213141516171819202122232425
  1. PY2TEST()
  2. SUBSCRIBER(g:python-contrib)
  3. PEERDIR(
  4. contrib/python/mock
  5. contrib/python/requests-mock
  6. )
  7. TEST_SRCS(
  8. base.py
  9. pytest/__init__.py
  10. #pytest/test_with_pytest.py
  11. #test_adapter.py - need purl
  12. test_custom_matchers.py
  13. #test_fixture.py - need fixtures
  14. test_matcher.py
  15. test_mocker.py
  16. test_request.py
  17. test_response.py
  18. )
  19. NO_LINT()
  20. END()