Re: [PATCH 1/1] Add yaml format to the supported report formats

2020-12-03 Thread Cláudio Maia
On 02/12/20 20:41, Chris Johns wrote: > On 3/12/20 3:05 am, cl...@isep.ipp.pt wrote: >> From: Cláudio Maia > Thanks. Does this work on python2? I had to do a small change in v2 due to the unicode string returned by path.basename() which was not being handled correctly by PyYAML. After that chan

Re: [PATCH 1/1] Add yaml format to the supported report formats

2020-12-02 Thread Chris Johns
On 3/12/20 3:05 am, cl...@isep.ipp.pt wrote: > From: Cláudio Maia Thanks. Does this work on python2? > > --- > tester/rt/test.py | 104 +- > 1 file changed, 102 insertions(+), 2 deletions(-) > > diff --git a/tester/rt/test.py b/tester/rt/test.py > i

[PATCH 1/1] Add yaml format to the supported report formats

2020-12-02 Thread clrrm
From: Cláudio Maia --- tester/rt/test.py | 104 +- 1 file changed, 102 insertions(+), 2 deletions(-) diff --git a/tester/rt/test.py b/tester/rt/test.py index 9b157e9..0178a8d 100644 --- a/tester/rt/test.py +++ b/tester/rt/test.py @@ -339,9 +339,109 @@