pytest doesn't like test classes which define __init__, and pylint doesn't like attributes defined outside __init__. We can disable pylint's check, but we can't force pytest to accept our test class...