fix first test (inject command fixture to request)

This commit is contained in:
Jonathan Wren 2023-02-04 11:07:36 -08:00
parent 58af780f50
commit a468510bcc
No known key found for this signature in database
2 changed files with 15 additions and 1 deletions

View file

@ -201,6 +201,16 @@ def input_method():
return ""
@fixture
def all_input():
return ""
@fixture
def command():
return ""
@fixture
def cache_dir():
return {"exists": False, "path": ""}