diff --git a/tests/lib/when_steps.py b/tests/lib/when_steps.py index a715d947..c1d391a5 100644 --- a/tests/lib/when_steps.py +++ b/tests/lib/when_steps.py @@ -19,6 +19,7 @@ def when_we_change_directory(directory_name): os.chdir(directory_name) +# These variables are used in the `@when(re(...))` section below command = '(?P[^"]+)' input_method = "(?Penter|pipe)" user_input = '(?P[^"]+)'