[libvirt] [PATCH 0/5] tests: json: Improve testing of parsing and formatting

2017-07-04 Thread Peter Krempa
For an experiment I was doing I needed to nest JSON string into an attribute of a different JSON string, so I wrote some tests for that. The experiment failed, but the tests may make sense to have in libvirt. Peter Krempa (5): tests: Rename jsontest to virjsontest tests: virjson: Modify logic

Re: [libvirt] [PATCH 0/5] tests: json: Improve testing of parsing and formatting

2017-07-11 Thread Peter Krempa
On Tue, Jul 04, 2017 at 12:53:23 +0200, Peter Krempa wrote: > For an experiment I was doing I needed to nest JSON string into an attribute > of > a different JSON string, so I wrote some tests for that. > > The experiment failed, but the tests may make sense to have in libvirt. > This fails to