Re: [vpp-dev] Python Tests

2019-01-04 Thread Klement Sekera via Lists.Fd.Io
Hi Paul, I believe it's okay to just add people as reviewers afterwards. Thanks, Klement Quoting Paul Vinciguerra (2019-01-03 18:16:42) >I am working on a change to cleanup some anti-patterns in the test >framework code, but the scope is significantly larger.   >[1]https://gerrit.fd.

[vpp-dev] Python Tests

2019-01-03 Thread Paul Vinciguerra
I am working on a change to cleanup some anti-patterns in the test framework code, but the scope is significantly larger.   https://gerrit.fd.io/r/#/c/16642/ Specifically, I'm referring to the use of:   except: and   raise Exception(...) This is not in any way a dig against any of the contributo