]> git.openstreetmap.org Git - nominatim.git/commit
test: avoid use of tempfile module
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 19 May 2021 14:42:35 +0000 (16:42 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 19 May 2021 14:43:26 +0000 (16:43 +0200)
commitaf52eed0dda746f2a495cd6e33e777c43c04d0b3
treefebc18f6b7d1bc809341ea6ef50051f3e2da29aa
parentf93d0fa95745c9f1e5b1126e8dd4b09a9daa32d2
test: avoid use of tempfile module

Use the tmp_path fixture instead which provides automatic
cleanup.
test/python/conftest.py
test/python/test_tools_exec_utils.py
test/python/test_tools_import_special_phrases.py