Skip to content
  • Ilias Tsitsimpis's avatar
    burnin: Use descriptors as test attributes · befc1d2c
    Ilias Tsitsimpis authored
    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.
    befc1d2c