summaryrefslogtreecommitdiff
path: root/tests/test_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* don't create a third queueDavid Lord2019-10-241-1/+2
|
* LRUCache.copy initializes queue methodsRyan Siemens2019-10-241-1/+12
|
* Add tests for utils.py - LRUCache, Lorem Ipsum & +EtiennePelletier2019-10-041-4/+95
|
* Added new method itervalues() to LRUCache and deprecated itervalue()gokcegrbl2019-05-311-0/+21
| | | | (Fixes pallets/jinja#999)
* remove test copied from markupsafeDavid Lord2017-07-061-18/+0
|
* Bump up the copyright to 2017Armin Ronacher2017-01-071-1/+1
|
* Updated docs on autoescaping and made select_autoescape case insensitiveArmin Ronacher2017-01-071-0/+2
|
* Added a more convenient autoescaping functionArmin Ronacher2017-01-071-1/+16
|
* Cleaned up shitty syntax in testsuiteArmin Ronacher2017-01-061-4/+4
|
* Escape target attribute in the urlize function in utils.py. (#507)Sambhav Satija2016-04-101-1/+12
|
* Rename testsuite to tests and suggestionsKartheek Lenkala2015-03-221-0/+76
Remove py.test from setup.py install_requires Rename testsuite folder to tests.