Skip to content

Commit 3a2cc13

Browse files
committed
fix: rename module to httpcache and fix tests location
1 parent 224fca5 commit 3a2cc13

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.

tests/unit/scrapy/extensions/__init__.py

Whitespace-only changes.

tests/unit/scrapy/test_cache.py renamed to tests/unit/scrapy/extensions/test_httpcache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from time import time
22

3-
from apify.scrapy.extensions.cache import from_gzip, read_gzip_time, to_gzip
3+
from apify.scrapy.extensions.httpcache import from_gzip, read_gzip_time, to_gzip
44

55
FIXTURE_DICT = {'name': 'Alice'}
66

0 commit comments

Comments
 (0)