tooz/tooz/tests
Joshua Harlow cdac135a57 Provide and use a options collapsing function
Instead of having each driver index the last value of
each option, when all current drivers do not actually care
about any of the other indexes we can just use and provide
a option collapsing function that we by default apply to
all the existing drivers options (to avoid needing to index
by -1).

This avoids a confusion point for new folks, and one that
does not currently really provide any value (no driver in
tree besides one option in the redis driver uses/consumes
or understands multiple options in the first place).

Change-Id: Ia2898d84fd0e54871b829f4a95786a33accc20b8
2015-05-04 15:19:02 -07:00
..
drivers Upgrade to hacking 0.10 2015-01-13 16:11:53 +01:00
__init__.py Switch to a custom NotImplemented error 2014-09-12 11:20:17 +02:00
test_coordination.py Add zookeeper tag in setup.cfg 2015-05-03 18:01:41 -07:00
test_file.py Allow the acquired file to be closed manually 2015-04-14 15:51:35 -07:00
test_memcache.py Use pymemcache pooled client 2015-05-01 20:13:36 -07:00
test_mysql.py fix mysql driver url parsing 2015-03-16 06:16:27 -07:00
test_postgresql.py Translate psycopg2 errors/exceptions into tooz exceptions 2014-11-18 11:11:28 +01:00
test_utils.py Provide and use a options collapsing function 2015-05-04 15:19:02 -07:00