mistral/mistral/tests/unit/workflow
Renat Akhmerov 2275925302 Get rid of a extra copy of workflow environment
* Previously, we had two copies of the workflow environment
  passed by a user: one was in the 'params' fields under ke 'env'
  key and another one was copied into the 'context' field under
  the '__env' key so that we can evaluate expressions involving
  the env() function (YAQL or Jinja).
  This patch removes the copy from the 'context' field in favor
  of using an ad-hoc ContextView structure where we now also
  weave in the environment dictionary under the same key '__env'.

Related-Bug: #1757966
Change-Id: I1204b082794b376787d126136a79dd204ec3af07
2018-04-28 02:53:43 +00:00
..
__init__.py Implementing DSL specification v2 (partially) 2014-08-13 11:14:29 +07:00
test_direct_workflow.py Get rid of a extra copy of workflow environment 2018-04-28 02:53:43 +00:00
test_reverse_workflow.py Rename package 'workbook' to 'lang' 2017-03-06 15:41:37 +07:00
test_states.py Removed unnecessary utf-8 encoding 2017-01-11 02:58:04 +00:00
test_workflow_base.py task name can not be reserved keyword 2018-01-23 05:42:48 +00:00