tooz/tooz/tests
Dmitriy Rabotjagov c1b787e682 Fixed UnicodeEncodeError for Python2 unicode objects
On python2 in case of unicode objects, str() was causing UnicodeEncodeError.
Also utf8 encoding as a default (mostly for Python2)

Change-Id: I64373133f65c5b11daa3462b7c21a55d06738c09
(cherry picked from commit 17b9e9d42c)
2019-02-04 15:14:55 +00:00
..
drivers Move ToozError to root module 2016-12-07 23:40:35 +01:00
__init__.py Separate etcd3gw driver that uses the etcd3 grpc gateway 2017-05-22 14:33:44 +02:00
test_coordination.py Merge "Make sure Lock.heartbeat() returns True/False" 2017-07-05 12:50:16 +00:00
test_etcd.py etcd: properly block when using 'wait' 2016-07-20 16:50:16 +03:00
test_hashring.py add weight tests for add_nodes 2017-03-27 22:09:25 +00:00
test_memcache.py Move the cached-based watcher implementation into its own class 2016-11-30 14:57:53 +01:00
test_mysql.py Move ToozError to root module 2016-12-07 23:40:35 +01:00
test_partitioner.py Fixed UnicodeEncodeError for Python2 unicode objects 2019-02-04 15:14:55 +00:00
test_postgresql.py Move ToozError to root module 2016-12-07 23:40:35 +01:00
test_utils.py Move ToozError to root module 2016-12-07 23:40:35 +01:00