update README, fix failing tests
authorSteven Tobin <redacted>
Sun, 11 Jan 2026 16:02:16 +0000 (16:02 +0000)
committerSteven Tobin <redacted>
Sun, 11 Jan 2026 16:02:16 +0000 (16:02 +0000)
README.rst
tests/test_xkcdpass.py

index a2bbfdb2fd674eb2c8c4abe62d70012e588678a5..f7f96ce800fec22dc33f65a98d2b9750b1712276 100644 (file)
@@ -197,6 +197,7 @@ or setting the appropriate environment variable::
 
 Changelog
 =========
+- **1.30.0** Migrate to pyproject.toml. python2 deprecated
 - **1.21.0** Improved README, added PT-BR wordlist
 - **1.20.0** Improved German wordlists, addressed bugs in delimeter and word length checks
 - **1.19.9** Remove usage of deprecated `assertEquals` in tests
index f0185b3817246d4f52291ce138f067cb54d5d6b5..47cd65e21b08e894d6b72785bf01e6bc2a721208 100644 (file)
@@ -29,7 +29,7 @@ class XkcdPasswordTests(unittest.TestCase):
             valid_chars='[a-z]')
 
     def test_loadwordfile(self):
-        self.assertEqual(len(self.wordlist_full), 29611)
+        self.assertEqual(len(self.wordlist_full), 65353)
 
     def test_regex(self):
         self.assertNotIn("__$$$__", self.wordlist_small)
git clone https://git.99rst.org/PROJECT