mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 20:27:03 +00:00
in order to make data set for testing more visible, format_tuples() is introduced for formatting a dict into a set of structured values consumable by CQL. this function is added to test/cql-pytest/util.py in hope that it can be reused by other tests using CQL. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>