A review to enable pylint on the unit tests folder has merged.

https://review.opendev.org/#/c/702294/

 

Hopefully this will help make things a little easier for unit test authors finding issues in their code.

 

I have also updated the test_pv API unit test class  which is being referenced by the hackathon as a reference when writing new API unit tests.

https://review.opendev.org/#/c/702537/

 

The intention here was to allow alternative configurations to be more easily API unit tested (through mixins)

 

Al