1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-23 08:24:16 +00:00

Added Test

This commit is contained in:
purvaudai 2019-11-11 18:54:21 +05:30
parent 0c2dcd5092
commit f39ff49458

View File

@ -851,7 +851,6 @@ class FeedExportTest(unittest.TestCase):
def test_pathlib_uri(self):
tmpdir = tempfile.mkdtemp()
feed_uri = Path(tmpdir) / 'res'
res_uri = urljoin('file:', pathname2url(feed_uri))
settings = {
'FEED_FORMAT': 'csv',
'FEED_STORE_EMPTY': True,