deb-mistral/mistral/tests
hardik 0ac5930bab Add decode() function for string comparison.
A prefix of 'b' or 'B' is ignored in Python 2
But in py3 produce an instance of the bytes
type instead of the string type.

Due to which it gives following kind of error.
e.g.testtools.matchers._impl.MismatchError:
'unable to convert to int' not in
b'{"faultcode": "Client", "debuginfo": null,
"faultstring": "Invalid input for field/attribute limit.
Value: \'1.1\'. unable to convert to int"}'

Change-Id: I226e8f8c6afbbc94c6348a17099f02b9cf7907a8
Partially-Implements: blueprint mistral-py3
2015-10-21 17:08:21 +05:30
..
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 Add decode() function for string comparison. 2015-10-21 17:08:21 +05:30
__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