blob: a8f7328ae796d46fc814857c1cdb592a7070b0fb (
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
27
28
|
PY3TEST()
PEERDIR(
contrib/python/requests-oauthlib
contrib/python/requests-mock
)
# These tests use real http://httpbin.org that is why they are disabled:
# testCanPostBinaryData
# test_url_is_native_str
# test_content_type_override
TEST_SRCS(
__init__.py
test_compliance_fixes.py
test_core.py
test_oauth1_session.py
test_oauth2_auth.py
test_oauth2_session.py
)
DATA(
arcadia/contrib/python/requests-oauthlib/tests
)
NO_LINT()
END()
|