summaryrefslogtreecommitdiff
path: root/tests/conftest.py
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-03-31 20:50:02 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-03-31 22:56:46 -0500
commita2f0045a7ba3ed302ff91be5c3f5fcd287f69ce2 (patch)
tree271f1488c3df40fc3d1ded357b31beb1f9733098 /tests/conftest.py
parent7435cb64814809d072dceec3404b2f304d89a0a7 (diff)
downloadrequests-cache-a2f0045a7ba3ed302ff91be5c3f5fcd287f69ce2.tar.gz
Split tests into unit and integration tests and run separately in CI; update Contributing Guide with more notes on testing
Diffstat (limited to 'tests/conftest.py')
-rw-r--r--tests/conftest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 5f5ccd1..c256600 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -14,7 +14,6 @@ from requests_mock import Adapter
from requests_cache.core import ALL_METHODS, CachedSession
MOCKED_URL = 'http+mock://requests-cache.com/text'
-MOCKED_URL_GZIP = 'https+mock://requests-cache.com/gzip' # TODO
MOCKED_URL_HTTPS = 'https+mock://requests-cache.com/text'
MOCKED_URL_JSON = 'http+mock://requests-cache.com/json'
MOCKED_URL_REDIRECT = 'http+mock://requests-cache.com/redirect'