summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_crypto.py
AgeCommit message (Expand)Author
2017-11-23Used bytes.hex() and bytes.fromhex() to simplify.Sergey Fedoseev
2017-09-27Added a test for pbkdf2()'s default digest algorithm.Mads Jensen
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-04-12Modified utils_tests for unittest2 discovery.Preston Timmons