Re: [ovs-dev] [PATCH 05/14] json.at: Run for Python 2 and 3.

2016-02-22 Thread Russell Bryant
On Mon, Feb 22, 2016 at 11:35 AM, Ben Pfaff wrote: > On Tue, Feb 02, 2016 at 05:36:47PM -0500, Russell Bryant wrote: > > Run json.at tests for both Python 2 and 3 if available. > > > > Signed-off-by: Russell Bryant > > The new comment here is nice: > > +# JSON_CHECK_POSITIVE_PY(TITLE, INPUT, OUT

Re: [ovs-dev] [PATCH 05/14] json.at: Run for Python 2 and 3.

2016-02-22 Thread Ben Pfaff
On Tue, Feb 02, 2016 at 05:36:47PM -0500, Russell Bryant wrote: > Run json.at tests for both Python 2 and 3 if available. > > Signed-off-by: Russell Bryant The new comment here is nice: > +# JSON_CHECK_POSITIVE_PY(TITLE, INPUT, OUTPUT, TEST-JSON-ARGS, > +#PYTHON-CHCEK, PY

[ovs-dev] [PATCH 05/14] json.at: Run for Python 2 and 3.

2016-02-02 Thread Russell Bryant
Run json.at tests for both Python 2 and 3 if available. Signed-off-by: Russell Bryant --- tests/json.at | 21 +++-- 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/tests/json.at b/tests/json.at index 8846ac9..a4c40c8 100644 --- a/tests/json.at +++ b/tests/json.at @