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
Matt Martz 95e77ac853
Ensure that the src file contents is converted to unicode in diff info (#45744)
* Ensure that the src file contents is converted to unicode in diff info. Fixes #45717

* Fix up and cleanup

* The diff functionality in the callback plugins should have the
  to_text() calls removed since we're now doing it in ActionBase
* catching of UnicodeError and warnings in the callback diff
  functionality from 61d01f549f haven't been
  needed since we switched to to_text so remove them.
* Add a note to ActionBase's diff function giving an example of when the
  diff function will be inaccurate and how to fix it

* Fix callback get_diff() tests

I believe the unittests of callback's get_diff() were wrong.  They were
sending in a list where strings were expected.  Because previous code
was transforming the lists into strings via their repr, the previous
tests did not fail but they would have formatted the test cases output
in an odd way if we had looked at it.
6 years ago
..
cache Update ansible-test sanity command. (#31958) 7 years ago
integration async: use async_dir for the async results file directory (#45461) 6 years ago
legacy Add an option to enable public ip at server creation (#44826) 6 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner Support comments in ansible-test flat files. 6 years ago
sanity Fix incorrect use of subprocess.CalledProcessError (#45890) 6 years ago
units Ensure that the src file contents is converted to unicode in diff info (#45744) 6 years ago
utils Flush output from timing script. 6 years ago