mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-23 08:24:16 +00:00
Added Test
This commit is contained in:
parent
0c2dcd5092
commit
f39ff49458
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user