blob: 574578a75c954ed0686fca9bec7322c89c0823e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
PY2TEST()
SUBSCRIBER(g:python-contrib)
PEERDIR(
contrib/python/mock
contrib/python/requests-futures
contrib/python/requests-mock
)
TEST_SRCS(
base.py
pytest/__init__.py
pytest/test_with_pytest.py
#test_adapter.py - need purl
test_custom_matchers.py
#test_fixture.py - need fixtures
test_matcher.py
test_mocker.py
test_request.py
test_response.py
)
NO_LINT()
END()
|