From: Steven Tobin Date: Sun, 11 Jan 2026 16:02:16 +0000 (+0000) Subject: update README, fix failing tests X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c594015138487e028599d4e8f47c4c666e00efcb;p=redacted-XKCD-password-generator.git update README, fix failing tests --- diff --git a/README.rst b/README.rst index a2bbfdb..f7f96ce 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/tests/test_xkcdpass.py b/tests/test_xkcdpass.py index f0185b3..47cd65e 100644 --- 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), 29611) + self.assertEqual(len(self.wordlist_full), 65353) def test_regex(self): self.assertNotIn("__$$$__", self.wordlist_small)