mistral/mistral/tests
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
..
resources Create and run a workflow within a namespace 2017-08-01 13:51:05 +00:00
unit Get rid of a extra copy of workflow environment 2018-04-28 02:53:43 +00:00
__init__.py Initial commit that fix py34 tests run 2015-09-15 09:57:47 +00:00