1. 02 2月, 2017 1 次提交
    • A
      selftests: exclude E722 from pep8 check · 4973475e
      Amador Pahim 提交于
      pep8 v2.3.0 introduced the check for bare except clause (E722). Until
      now, we don't explicitly disable the pep8 check we don't want because
      inspect has a default exclude list (E501, E265, W601 and E402).
      
      Let's make explicit the exclude list for the checks we don't want in our
      selftests, adding to the list the new E722 check.
      Signed-off-by: NAmador Pahim <apahim@redhat.com>
      4973475e
  2. 01 2月, 2017 2 次提交
  3. 26 1月, 2017 1 次提交
  4. 25 1月, 2017 2 次提交
  5. 20 1月, 2017 1 次提交
  6. 18 1月, 2017 1 次提交
  7. 17 1月, 2017 3 次提交
  8. 16 1月, 2017 1 次提交
  9. 15 1月, 2017 1 次提交
  10. 14 1月, 2017 1 次提交
    • L
      avocado.core.test: Support avocado-bash-utils in external runner · dcc47f96
      Lukáš Doktor 提交于
      The external runner tests currently do not support the extended API for
      simple tests. This patch moves the extended API into the
      `SimpleTest.execute_cmd` in order to run this from inherited tests like
      ExternalRunner.
      
      Note this version affects all tests which share the
      `SimpleTest.execute_cmd`. I think it's a good think, but I'd be also
      fine with implementing it as another SimpleTest method and call this
      method from inherited tests where it makes sense (like ExternalRunner).
      Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
      dcc47f96
  11. 13 1月, 2017 6 次提交
  12. 12 1月, 2017 4 次提交
  13. 10 1月, 2017 4 次提交
  14. 09 1月, 2017 3 次提交
  15. 04 1月, 2017 5 次提交
  16. 03 1月, 2017 4 次提交