1. 03 5月, 2017 1 次提交
  2. 02 5月, 2017 2 次提交
  3. 30 4月, 2017 2 次提交
  4. 28 4月, 2017 3 次提交
  5. 27 4月, 2017 4 次提交
    • A
      html: split Test ID · 43c8ea31
      Amador Pahim 提交于
      Test ID has the test UID, the Test Name and the Variant. Let's split
      those three information so users can order by any of them separately.
      Signed-off-by: NAmador Pahim <apahim@redhat.com>
      43c8ea31
    • A
      html: add params as tooltip for test · be8228c9
      Amador Pahim 提交于
      Convenience tooltip to expose the parameters available to the test.
      Signed-off-by: NAmador Pahim <apahim@redhat.com>
      be8228c9
    • A
      skip exceptions cleanup · aa274217
      Amador Pahim 提交于
      The TestDecoratorSkip and TestTimeoutSkip exceptions are not used
      anymore. This patch removes them from avocado.exceptions and simplifies
      the exception handlers in avocado.test
      
      The only missing piece is to remove the TestSetupSkip exception, when the
      time to drop the self.skip() comes.
      Signed-off-by: NAmador Pahim <apahim@redhat.com>
      aa274217
    • A
      skip classes: internal improvements · d6056afb
      Amador Pahim 提交于
      Due to the deprecation of the self.skip(), the availability of the skip
      decorators and the new CANCEL status, some internal improvements are
      important to keep our behaviour sane and our own code sound and clean.
      
      - The test.SkipTest class was renamed to test.MockingTest to be even more
        generic, intending to be overridden by sub-classes that make the test
        to end both with SKIP or CANCEL status. To keep it generic,
        test.MockingTest class will not SKIP the test if used directly anymore.
      
      - The test.TimeOutSkipTest and test.ReplaySkipTest classes now are using
        the skip decorators instead of raising an exception in setUp(), since
        'skipping' the test means 'don't execute anything', not even the
        setUp().
      
      - The test.DryRunTest class, which is expected to log itself in setUp()
        and then abort the test execution, is now using self.cancel() (instead
        of raising a SKIP exception), being now compliant with the concept
        that a SKIP test cannot execute anything.
      
      - Selftests were adjusted accordingly.
      Signed-off-by: NAmador Pahim <apahim@redhat.com>
      d6056afb
  6. 26 4月, 2017 3 次提交
  7. 25 4月, 2017 13 次提交
  8. 24 4月, 2017 10 次提交
  9. 22 4月, 2017 1 次提交
  10. 21 4月, 2017 1 次提交