git.99rst.org
/
redacted-XKCD-password-generator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
c594015
)
Test fixes
author
Steven Tobin
<redacted>
Sun, 11 Jan 2026 16:03:32 +0000
(16:03 +0000)
committer
Steven Tobin
<redacted>
Sun, 11 Jan 2026 16:03:32 +0000
(16:03 +0000)
tests/test_xkcdpass.py
patch
|
blob
|
history
diff --git
a/tests/test_xkcdpass.py
b/tests/test_xkcdpass.py
index 47cd65e21b08e894d6b72785bf01e6bc2a721208..eb17020fb03c749ef53d6d940b749c6fd013f9da 100644
(file)
--- a/
tests/test_xkcdpass.py
+++ b/
tests/test_xkcdpass.py
@@
-29,7
+29,7
@@
class XkcdPasswordTests(unittest.TestCase):
valid_chars='[a-z]')
def test_loadwordfile(self):
- self.assertEqual(len(self.wordlist_full),
65353
)
+ self.assertEqual(len(self.wordlist_full),
5670
)
def test_regex(self):
self.assertNotIn("__$$$__", self.wordlist_small)
git clone https://git.99rst.org/PROJECT