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:
9db4395
)
fix failing test
master
author
Steven Tobin
<redacted>
Sat, 24 Jan 2026 11:35:40 +0000
(11:35 +0000)
committer
Steven Tobin
<redacted>
Sat, 24 Jan 2026 11:35:40 +0000
(11:35 +0000)
tests/test_xkcdpass.py
patch
|
blob
|
history
diff --git
a/tests/test_xkcdpass.py
b/tests/test_xkcdpass.py
index eb17020fb03c749ef53d6d940b749c6fd013f9da..f0185b3817246d4f52291ce138f067cb54d5d6b5 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),
5670
)
+ self.assertEqual(len(self.wordlist_full),
29611
)
def test_regex(self):
self.assertNotIn("__$$$__", self.wordlist_small)
git clone https://git.99rst.org/PROJECT