deb-mistral/mistral/tests
Winson Chan 55540e116e Replace copy.copy with copy.deepcopy
The function copy.copy only copies reference and so if the object has dict
or nested dicts, these instances can be modified by code that has reference
to the original dict.

Change-Id: Ib2680f09b5a5d45fd7180e95ab5fedef05664c5b
Closes-Bug: #1503851
2015-10-07 19:55:31 +00:00
..
functional Using six.iteritems() to avoid some python3 tests failure 2015-09-23 15:56:14 +00:00
resources Add semantics validation of direct workflow 'join' tasks 2015-09-18 13:10:37 +03:00
unit Replace copy.copy with copy.deepcopy 2015-10-07 19:55:31 +00:00
__init__.py Initial commit that fix py34 tests run 2015-09-15 09:57:47 +00:00
base.py Merge "Using six.iteritems() to avoid some python3 tests failure" 2015-09-25 08:17:35 +00:00
config.py Drop use of 'oslo' namespace package 2015-07-14 06:25:24 +00:00