deb-mistral/mistral/tests
Renat Akhmerov a3c07e0d40 Optimizing utils.cut() for big dictionaries and lists
* If we pass a big data structure into utils.cut() like a dict
  with thousands of keys then this function is very inefficient
  because it converts the whole data structure into a string first
  and then retains only first N symbols (100 by default).
  This patch changes function utils.cut() so that a string
  representation is build more efficiently. In case of a list or
  dict it will be built item by item with the account for given
  maximum length.
* Additional profiler decorators

Change-Id: I51ae743e7439e9b68220d47837b2da05ecafb6ef
2017-01-31 19:54:13 +07:00
..
resources Allow hyphens in Workflow and ad-hoc action names 2017-01-20 14:21:25 +00:00
unit Optimizing utils.cut() for big dictionaries and lists 2017-01-31 19:54:13 +07:00
__init__.py Initial commit that fix py34 tests run 2015-09-15 09:57:47 +00:00