skinniderlab / CLM

MIT License
0 stars 0 forks source link

Use pytest's tmp_path fixture #113

Closed vineetbansal closed 3 months ago

vineetbansal commented 5 months ago

tmp_path as an input to a test_* function will make that argument available as a path.Path object representing a temporary folder, so it can be used anywhere we're creating our own temp_dir.

vineetbansal commented 3 months ago

fixed in commit 9ff9c0a582cd16dcb8dcd6a73424cea987fc8df4