Prompt for notes when adding or modifying

This commit is contained in:
thePR0M3TH3AN
2025-07-02 22:48:37 -04:00
parent e932f6225a
commit d589a14ddd
2 changed files with 26 additions and 2 deletions

View File

@@ -51,11 +51,13 @@ def test_manager_workflow(monkeypatch):
"", # username
"", # url
"", # length (default)
"", # notes
"0", # retrieve index
"0", # modify index
"user", # new username
"", # new url
"", # blacklist status
"", # new notes
]
)
monkeypatch.setattr("builtins.input", lambda *args, **kwargs: next(inputs))