1. 07 10月, 2015 3 次提交
    • L
      autopep8 style cleanup · da1ddfdb
      Lukáš Doktor 提交于
      Autopep8 style cleanup + alphabetic import + import cleanup in
      avocado.core.{loader,test} and selftests.functional.test_basic.
      Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
      da1ddfdb
    • L
      avocado.core.loader: Refactor inner_runner to be a separate loader · 0e7922b9
      Lukáš Doktor 提交于
      Currently InnerRunner lives within the FileLoader plugin and overrides
      it's function in case inner_runner is supplied. This patch extracts
      it and creates separate plugin for it. This plugin is still part of the
      core and is registered automatically during the runtime.
      
      On --inner-runner usage it overrides the --loader order and registers
      only itself as by specifying --inner-runner people asks to use it.
      
      When inner_runner is specified in --loader, it's processed accordingly
      to the priority. When one uses only "inner_runner" without extra_params,
      it never matches any tests (to keep the behavior).
      Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
      0e7922b9
    • L
      avocado.core.loader: Use only correct test_types · 3b1616b0
      Lukáš Doktor 提交于
      The usage usage of incorrect test-types (types which can't be executed
      like missing file, broken symlink ...) was not found useful. This
      patch only allows "good" test types to be listed and possible to use.
      
      Additionally the test type now requires to specify loader and type to
      avoid possible clashes (and to emphasize the relation between loader
      and test type).
      Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
      3b1616b0
  2. 06 10月, 2015 7 次提交
  3. 05 10月, 2015 6 次提交
  4. 02 10月, 2015 8 次提交
  5. 01 10月, 2015 12 次提交
  6. 30 9月, 2015 4 次提交