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
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)