ya.make 421 B

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