summaryrefslogtreecommitdiff
path: root/tests/test_bytecode_cache.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '2.11.x'David Lord2020-02-051-1/+0
|\
| * remove custom pytest marksDavid Lord2020-02-051-1/+0
| |
* | apply pyupgrade and f-stringsDavid Lord2020-02-051-4/+3
|/
* isolate bytecode cache testsDavid Lord2020-01-261-3/+3
|
* Revert "rename imports to jinja"David Lord2020-01-261-6/+6
| | | | This reverts commit 1167525b73863119f8bbec03ddb9d35eacff4bef.
* Revert "add warning and alias for jinja2"David Lord2020-01-261-3/+3
| | | | This reverts commit fc9c60ba457efc4cadf6fa2886567e0ee6ca1a99.
* add warning and alias for jinja2David Lord2020-01-101-3/+3
|
* rename imports to jinjaDavid Lord2020-01-101-6/+6
|
* simplify module docstringsstyleDavid Lord2020-01-101-9/+0
|
* apply blackDavid Lord2020-01-101-15/+11
|
* apply reorder-python-importsDavid Lord2020-01-101-3/+3
|
* rewrite tests to match usageDavid Lord2017-07-091-40/+37
|
* Adds tests for the memcached bytecode cache moduleAlex Kahan2017-07-091-1/+64
|
* Bump up the copyright to 2017Armin Ronacher2017-01-071-1/+1
|
* Cleaned up shitty syntax in testsuiteArmin Ronacher2017-01-061-1/+1
|
* Rename testsuite to tests and suggestionsKartheek Lenkala2015-03-221-0/+32
Remove py.test from setup.py install_requires Rename testsuite folder to tests.