summaryrefslogtreecommitdiff
path: root/tests/test_bytecode_cache.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.