ansible/test
Brian Coca db83d420af jsonify inventory (#32990)
* jsonify inventory
* smarter import, dont pass kwargs where not needed
* added datetime
* Eventual plan for json utilities to migrate to common/json_utils when we split
  basic.py no need to move jsonify to another file now as we'll do that later.
* json_dict_bytes_to_unicode and json_dict_unicode_to_bytes will also
  change names and move to common/text.py at that time (not to json).
  Their purpose is to recursively change the elements of a container
  (dict, list, set, tuple) into text or bytes, not to json encode or
  decode (they could be a generic precursor to that but are not limited
  to that.)
* Reimplement the private _SetEncoder which changes sets and datetimes
  into objects that are json serializable into a private function
  instead.  Functions are more flexible, less overhead, and simpler than
  an object.
* Remove code that handled simplejson-1.5.x and earlier.  Raise an error
  if that's the case instead.
  * We require python-2.6 or better which has the json module builtin to
    the stdlib.  So this is only an issue if the stdlib json has been
    overridden by a third party module and the simplejson on the system
    is 1.5.x or less.  (1.5 was released on 2007-01-18)
(cherry picked from commit ebd08d2a01)
2017-11-21 13:44:51 -08:00
..
cache Update ansible-test sanity command. (#31958) 2017-10-26 12:00:57 -07:00
compile Docs how to test (2nd) (#24094) 2017-04-28 09:08:26 +01:00
integration Fix junos integration test fixes as per connection refactor (#33050) (#33055) 2017-11-19 12:24:44 +05:30
results Collect data from integration test runs. (#28650) 2017-08-25 18:14:47 -04:00
runner Fix and re-enable zypper* integration tests in CI. 2017-11-17 15:14:59 -08:00
sanity Disable pylint rules for stable-2.4. 2017-10-26 12:00:57 -07:00
units jsonify inventory (#32990) 2017-11-21 13:44:51 -08:00
utils Add missing ansible-test --remote-terminate support. (#32918) 2017-11-15 12:59:47 -08:00