From 918bcc8146e82df59bc1cb88f1b3e7dbd313b040 Mon Sep 17 00:00:00 2001 From: ReallyRoland <123595711+rolan701@users.noreply.github.com> Date: Thu, 21 Nov 2024 14:44:08 -0500 Subject: [PATCH] Update test_inparse.py --- tests/test_inparse.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_inparse.py b/tests/test_inparse.py index 686ee2bd..2e6eb348 100644 --- a/tests/test_inparse.py +++ b/tests/test_inparse.py @@ -10,7 +10,8 @@ def test_parseinputfile_empty(): defaults = {'skipANN': False, 'oldANN': False, 'dbvdent': False, 'dbvconns': False, 'dbvhyb': False, 'dbvlinks': False, - 'rprompt': False, 'rundir': f'{os.getcwd()}/Runs'} + 'rprompt': False, 'rundir': f'{os.getcwd()}/Runs', + 'overwrite': False,} args = Namespace() parseinputfile(args, inputfile_str=' ')