burnin: Use descriptors as test attributes
Since each instance of the TestCase will only be used to run a single test method (a new fixture is created for each test) the attributes can not be saved in the class instances. Instead we use descriptors.
Please register or sign in to comment