use tmp_path fixture instead of clean_up() in pytests

This commit is contained in:
scito
2022-12-29 13:44:19 +01:00
parent 833afa7c13
commit 631bacc409
3 changed files with 27 additions and 74 deletions

View File

@@ -85,6 +85,7 @@ def main(sys_args):
sys.stdout.close = lambda: None
args = parse_args(sys_args)
if verbose: print(f"QReader installed: {qreader_available}")
otps = extract_otps(args)
write_csv(args, otps)