summaryrefslogtreecommitdiff
path: root/tests/base
AgeCommit message (Collapse)Author
2017-06-01[1.11.x] Sorted imports per isort 4.2.9.Tim Graham
Backport of cde31daf8815e05b4b86b857b49fb0e31e1f0a38 from master
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
Also renamed app_cache to apps and "app cache" to "app registry". Deprecated AppCache.app_cache_ready() in favor of Apps.ready().
2013-10-10Fixed "redefinition of unused 'foo' from line X" pyflakes warnings.Tim Graham
2013-09-02Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
2013-05-19add comment to explain why it's necessary to do an explicit check forAndrea Crotti
Python2 and how metaclasses are defined
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner