You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test
Toshio Kuratomi ff13d58c14 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.
7 years ago
..
compile Docs how to test (2nd) (#24094) 8 years ago
integration dnf: add environment upgrade test 7 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner Fix wheel dependency on python 2.6. (#29388) 7 years ago
sanity Remove use of unicode_literals as it is an anti-pattern 7 years ago
units Fixes #23680 bug with py3.x due to binary string handling (#23688) 7 years ago
utils Divide Windows integration tests into 2 groups. (#29029) 7 years ago