mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-11 08:48:55 +00:00
feat: add tags support to entries
This commit is contained in:
@@ -42,6 +42,7 @@ def test_seed_phrase_determinism():
|
||||
"word_count": 12,
|
||||
"notes": "",
|
||||
"archived": False,
|
||||
"tags": [],
|
||||
}
|
||||
|
||||
assert entry24 == {
|
||||
@@ -52,6 +53,7 @@ def test_seed_phrase_determinism():
|
||||
"word_count": 24,
|
||||
"notes": "",
|
||||
"archived": False,
|
||||
"tags": [],
|
||||
}
|
||||
|
||||
assert phrase12_a not in entry12.values()
|
||||
|
Reference in New Issue
Block a user