1. 27 8月, 2014 1 次提交
    • R
      avocado.plugins: Use avocado.cli.parser and method run(). · 347d461e
      Rudá Moura 提交于
      On Plugin.configure(), remove app_parser and cmd_parser arguments
      and now use parse, an instance of avocado.cli.parser.Parser().
      The application (old app_parser) is available with parser.application.
      The subcommands (old cmd_parser) is available with parser.subcommands.
      
      Now the runner plugins (like sysinfo, datadir, run, etc.)
      make use of the standard method run() to execute the logic.
      Signed-off-by: NRuda Moura <rmoura@redhat.com>
      347d461e
  2. 26 8月, 2014 1 次提交
  3. 25 8月, 2014 4 次提交
  4. 24 8月, 2014 7 次提交
  5. 23 8月, 2014 22 次提交
  6. 21 8月, 2014 5 次提交