summaryrefslogtreecommitdiff
path: root/test/test_config.py
Commit message (Expand)AuthorAgeFilesLines
* Normalized test and build setupMarcel Hellkamp2018-10-251-9/+2
* fix deprecation warnings (assertEquals); make tests environ and jinja2 runnab...Dime Mikhalchenko2018-07-191-2/+2
* Track ConfigDict overlays with weak references to avoid memory leaks.Marcel Hellkamp2016-10-191-0/+7
* test coverageMarcel Hellkamp2016-09-251-2/+26
* Rewrite 'overlay' feature for ConfigDict.Marcel Hellkamp2016-09-251-48/+52
* Improved ConfigDict.load_config() documentation and functionality.Marcel Hellkamp2016-08-271-2/+42
* Added (experimental, non public) support for config with fallback.Marcel Hellkamp2015-11-281-0/+49
* Tests cleanup so tehy run in PyCharm.Marcel Hellkamp2015-11-281-6/+0
* Modified to support dict squashingCal Leeming2015-09-111-3/+7
* Fixes https://github.com/bottlepy/bottle/issues/772Cal Leeming2015-09-111-0/+8
* Fix #720 : Allow unicode keys in ConfigDict.Michael Wayne Goodman2015-07-241-0/+11
* Merged test_config and test_configdictMarcel Hellkamp2014-09-181-0/+19
* Fixed deprecation warnings for assertEquals in test cases.Marcel Hellkamp2014-05-051-4/+4
* Delete duplicated assertEqualtimguo2013-07-171-1/+0
* Merged the new ConfDict and the old ConfigDict into one class.Marcel Hellkamp2013-07-161-6/+14
* Config documentation and some more public ConfDict APIs.Marcel Hellkamp2013-07-031-2/+2
* Added Bottle::conf (as a replacement for Bottle::config)Marcel Hellkamp2013-06-261-0/+38