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
Sam Doran 8b0c46a51a Use bytes rather than native string for result (#46281)
This prevents a stack trace in Python 3 when the result is an empty file since
the file is open in binary mode and a native string in Python 3 is str,
not bytes.

(cherry picked from commit 8b1ae30e2e)
6 years ago
..
cache Update ansible-test sanity command. (#31958) 7 years ago
integration Use bytes rather than native string for result (#46281) 6 years ago
legacy vultr: fix for unreliable API behavior (#45712) 6 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner add skip/docker alias to skip tests when running on Docker (#45955) 6 years ago
sanity [WIP] Backport/2.7/second batch (#45927) 6 years ago
units [stable-2.7] Support nested JSON decoding in AnsibleJSONDecoder (#45924) 6 years ago
utils Flush output from timing script. 6 years ago