mistral/mistral/tests/unit
Nikolay Mahotkin 6662bec314 Fixing workflow execution state calculation
* Fixed workflow execution state calculation
 when it didn't take to account conditional
 transitions (Error was considered handled even
 if transition doesn't trigger a task)

Closes-Bug: #1510936

Change-Id: Ia694b6dba9ab2ce9bff2da1fe05f5988864619d9
2015-11-06 13:37:51 +03:00
..
actions Resolved encoding/decoding problem. 2015-11-05 13:29:49 +05:30
api Merge "Fixed some unit test issue." 2015-11-02 18:50:58 +00:00
db Fixed some unit test issue. 2015-11-02 13:01:25 +05:30
engine Fixing workflow execution state calculation 2015-11-06 13:37:51 +03:00
services Action definition updated, when workbook is created. 2015-10-14 04:29:59 +00:00
utils Fixing SSH actions to use names of private keys 2015-10-22 16:30:54 +03:00
workbook Add semantics validation of direct workflow 'join' tasks 2015-09-18 13:10:37 +03:00
workflow Renaming state DELAYED to RUNNING_DELAYED 2015-09-25 15:21:24 +06:00
__init__.py Added initial database setup 2013-11-29 16:13:54 +04:00
test_coordination.py Add decode() function for string comparison. 2015-10-21 17:08:21 +05:30
test_exception_base.py Fix order of arguments in assertEqual 2015-09-24 16:43:48 +05:30
test_expressions.py Wrapper is used instead of direct json library. 2015-11-04 08:24:12 +05:30