ansible/test
Toshio Kuratomi 61315cd3c5 Remove use of unicode_literals as it is an anti-pattern
from __future__ unicode_literals leads to developer confusion as
developers no longer can tell whether a bare literal string is a byte
string or a unicode string.  Explicit marking as u"" or b"" is the way
to solve the same problem in the Ansbile codebase.

(cherry picked from commit ff13d58c14)
2017-09-11 13:34:21 -07:00
..
compile
integration dnf: add environment upgrade test 2017-09-11 11:45:44 -07:00
results Collect data from integration test runs. (#28650) 2017-08-25 18:14:47 -04:00
runner Fix wheel dependency on python 2.6. (#29388) 2017-09-11 07:01:04 -07:00
sanity Remove use of unicode_literals as it is an anti-pattern 2017-09-11 13:34:21 -07:00
units Fixes #23680 bug with py3.x due to binary string handling (#23688) 2017-09-09 18:40:30 -07:00
utils Divide Windows integration tests into 2 groups. (#29029) 2017-09-05 15:32:26 -07:00