aboutsummaryrefslogtreecommitdiffstats
path: root/test/netlib/test_multidict.py
Commit message (Collapse)AuthorAgeFilesLines
* fix content view cache invalidationMaximilian Hils2016-07-211-1/+13
|
* Remove odictAldo Cortesi2016-06-091-4/+0
| | | | | | | | - Adds default implementations for _kconv and _reduce_values to MultiDict. Without these, operations fail in really, really non-obvious ways. - Replace the remaining few instances of ODict Fixes #1159
* fix multidict unittestsredfast002016-06-051-2/+2
|
* more style cleanupThomas Kriechbaumer2016-05-291-1/+1
|
* A clearer implementation of MultiDictViewAldo Cortesi2016-05-211-2/+24
| | | | | | This makes MultiDictView work with a simple getter/setter pair, rather than using attributes with implicit leading underscores. Also move MultiDictView into multidict.py and adds some simple unit tests.
* tests++Maximilian Hils2016-05-201-0/+217