Fix typo
This commit is contained in:
@@ -129,7 +129,7 @@ Here is the code:
|
|||||||
# pytest's fixture caching do its job
|
# pytest's fixture caching do its job
|
||||||
return produce_expensive_data()
|
return produce_expensive_data()
|
||||||
|
|
||||||
# get the temp directory shared for by all workers
|
# get the temp directory shared by all workers
|
||||||
root_tmp_dir = tmp_path_factory.getbasetemp().parent
|
root_tmp_dir = tmp_path_factory.getbasetemp().parent
|
||||||
|
|
||||||
fn = root_tmp_dir / "data.json"
|
fn = root_tmp_dir / "data.json"
|
||||||
|
|||||||
Reference in New Issue
Block a user