python-mistralclient/mistralclient/tests/unit
Renat Akhmerov dc827496ad Add "duration" to task executions printed by CLI commands
* Added "started_at" and "finished_at" to task executions' printout.
* Added "duration" to task executions that's calculated as a delta
  between "finished_at" and "started_at".
* Removed "updated_at" from task executions printout since it doesn't
  carry any relevant info for a user, "finished_at" makes more sense.

Change-Id: Ie0bd01135548bc9fb5137368a1933d7b8b3c11e5
2020-02-10 12:05:46 +07:00
..
resources Change the mistralclient for Mistral action pack 2016-02-26 11:58:13 -06:00
v2 Add "duration" to task executions printed by CLI commands 2020-02-10 12:05:46 +07:00
__init__.py Move integration tests under mistralclient/tests folder 2014-08-12 12:58:48 +04:00
base_shell_test.py Use oslotest instead of testtools/unittest 2016-09-12 13:09:21 +10:00
base.py Add "duration" to workflow executions printed by CLI commands 2020-02-07 16:03:28 +07:00
test_client.py Rename the test class so it will be PyCharm friendly 2019-07-30 17:36:49 +03:00
test_httpclient.py Add script for unit test coverage job 2020-01-01 13:01:28 +02:00
test_shell.py Create client for interactive shell 2020-01-29 16:53:52 -07:00
test_utils.py Update json module to jsonutils 2019-02-25 20:32:40 +08:00