summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add tests for gensalt(prefix) functionalityjazzyb2015-06-121-0/+10
* Add prefix option to gensalt() - default to "2b"jazzyb2015-06-121-84/+84
* Migrate to using CFFI 1.0Donald Stufft2015-06-111-5/+0
* flake8Alex Gaynor2015-03-131-0/+1
* Error out on NUL bytes.Alex Gaynor2015-03-131-0/+4
* Merge pull request #31 from alex/no-more-mockDonald Stufft2014-12-061-8/+3
|\
| * Removed usage of mock which wasn't really doing anythingAlex Gaynor2014-12-061-8/+3
* | Simplify, very slightly, how the parameterize decorator is usedAlex Gaynor2014-12-061-1/+1
|/
* Disable the ability to implicitly compile the CFFI moduleDonald Stufft2014-12-051-0/+5
* Enable flake8 style checksDonald Stufft2014-12-051-42/+190
* Switch to using sixDonald Stufft2014-12-051-2/+3
* Fix tests for unicode characters on Python 3.2Donald Stufft2013-05-111-2/+2
* Give a better error message when passing a text type to hashpwDonald Stufft2013-05-111-0/+10
* Add tests to ensure behaviorDonald Stufft2013-05-101-0/+107