feat: add tags support to entries

This commit is contained in:
thePR0M3TH3AN
2025-07-08 13:59:05 -04:00
parent 91bc241bbd
commit 66794946c7
10 changed files with 143 additions and 6 deletions

View File

@@ -54,6 +54,7 @@ def test_manager_workflow(monkeypatch):
"", # username
"", # url
"", # notes
"", # tags
"n", # add custom field
"", # length (default)
"0", # retrieve index
@@ -65,6 +66,7 @@ def test_manager_workflow(monkeypatch):
"", # archive status
"", # new notes
"n", # edit custom fields
"", # tags keep
]
)
monkeypatch.setattr("builtins.input", lambda *args, **kwargs: next(inputs))