Commit Graph

4 Commits

Author SHA1 Message Date
Alex Kavanagh 72245e1d00 Switch from testr to stestr for unit tests
Change-Id: I2415dbae9c2a2ac5951b9e9176a514a1d1330ab0
2021-02-10 10:19:46 +00:00
Hervé Beraud d90df3e9d2 Use unittest.mock instead of mock
The mock third party library was needed for mock support in py2
runtimes. Since we now only support py36 and later, we can use the
standard lib unittest.mock module instead.

Change-Id: I887adac6caebb327871d3709ed59f25e401b5600
2020-06-08 22:44:28 +02:00
Liam Young e43d82e1f8 Add unit tests
Interface can now have unit tests so I have added them.

Change-Id: I6fba1ae6cb428c7f73446d051bf05657aba57ba2
2018-12-07 19:54:10 +00:00
James Page 0e191799fc Add initial requires 2017-07-03 15:17:35 +01:00