requirements/test-server.txt
author Laurent Wouters <lwouters@cenotelie.fr>
Wed, 25 Apr 2018 15:29:25 +0200
changeset 12308 cbbcfa69a0e7
parent 12016 88ed82a25f8a
child 12490 6311651c355f
permissions -rw-r--r--
[utils] Fixes compatiblity of QueryCache with expected dict interface QueryCache is expected to mimick the interface of the dict built-in. The current __iter__ implementation breaks this expectation by iterating over key, value pairs instead of only the keys. This changeset fixes this issue by changing the __iter__ implementation to iterate over the keys in the cache and providing an implementation of the items method with a contract identical to the dict build-in (return a copy of the key- value pairs within the dictionary as a list).

mock
psycopg2
ldap3 < 2
cubicweb-basket
cubicweb-card
cubicweb-comment
cubicweb-file
cubicweb-localperms
cubicweb-tag