Joshua Harlow 9a6a0d150f Pretty up the debug module
Previously the usage of the yaml_dumps module was causing
any python unicode key and value to show up as:

'item': !!python/unicode "some string"

This was not very pretty...

Fix this by using safe_dumps (which is also a good thing to
use and allow_unicode=True). Also create a tiny helper function
in the cc_debug module that does not include the yaml start and
end footers (since this module has its own footers and headers).

Also includes a basic sanity test for this module.
2014-11-21 18:10:16 -08:00
..
2013-07-24 13:31:16 -04:00
2014-11-21 18:10:16 -08:00
2012-10-27 19:25:48 -07:00