add comment to clarify why disembodied variables are here

This commit is contained in:
Jonathan Wren 2021-12-11 12:26:01 -08:00
parent 8fcd3a5c69
commit 666a02a32d

View file

@ -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<command>[^"]+)'
input_method = "(?P<input_method>enter|pipe)"
user_input = '(?P<user_input>[^"]+)'