dropbox / python-zxcvbn

A realistic password strength estimator.
https://tech.dropbox.com/2012/04/zxcvbn-realistic-password-strength-estimation/
MIT License
254 stars 53 forks source link

Unittests missing #6

Open ziima opened 11 years ago

ziima commented 11 years ago

There are no tests.

rpearl commented 11 years ago

There are tests, but not a unittesting framework!

ziima commented 11 years ago

I found only 'tests.txt' file.

rpearl commented 11 years ago

oh no, you are correct, I was in the process of writing tests when I realized they couldn't be end-to-end entropy tests (and needed to test internal components instead) so I stopped and never updated the file.

Will leave this issue open and maybe hack on it sometime... Patches for this will definitely be pulled though.

ziima commented 11 years ago

Can you at least push, what you have. I can check it and maybe do something about it.