|
@@ -4,14 +4,13 @@ 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
|
|
|
+ #pytest/test_with_pytest.py
|
|
|
#test_adapter.py - need purl
|
|
|
test_custom_matchers.py
|
|
|
#test_fixture.py - need fixtures
|