1. 02 8月, 2016 1 次提交
  2. 26 7月, 2016 1 次提交
  3. 05 7月, 2016 1 次提交
  4. 14 6月, 2016 2 次提交
  5. 05 5月, 2016 1 次提交
  6. 27 4月, 2016 3 次提交
  7. 26 4月, 2016 1 次提交
  8. 19 4月, 2016 1 次提交
  9. 22 3月, 2016 1 次提交
  10. 21 3月, 2016 1 次提交
  11. 17 2月, 2016 3 次提交
  12. 15 2月, 2016 1 次提交
  13. 20 1月, 2016 2 次提交
  14. 24 12月, 2015 2 次提交
  15. 23 12月, 2015 1 次提交
  16. 18 12月, 2015 1 次提交
  17. 05 11月, 2015 2 次提交
  18. 15 10月, 2015 1 次提交
  19. 13 10月, 2015 1 次提交
  20. 08 10月, 2015 1 次提交
  21. 17 9月, 2015 2 次提交
  22. 03 9月, 2015 1 次提交
    • C
      Selftests: drop nose usage for plain unittest discovery · e9c0d813
      Cleber Rosa 提交于
      The unittest module, and unittest2 backport on Python 2.6, is capable of
      finding unittests and running them. So, effectively, we do not need nose
      at all.
      
      This patch removes the dependency on nose, replacing the run script
      with a version based solely on the unittest module.
      
      One change of functionality is that run now looks and runs tests in the
      standard selftests directories (unit, functional, doc), and does not
      accept command line arguments. If one wants to run a subset of them,
      it's pretty easy to just use the unittest module for that:
      
       $ python -m unittest discover -s selftests/unit
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      e9c0d813
  23. 05 8月, 2015 1 次提交
  24. 04 8月, 2015 2 次提交
  25. 07 7月, 2015 2 次提交
  26. 18 6月, 2015 1 次提交
  27. 16 6月, 2015 1 次提交
  28. 09 6月, 2015 1 次提交
    • C
      API review: move avocado.restclient to avocado.core.restclient · adadd5d3
      Cleber Rosa 提交于
      The initial idea about the avocado.restclient namespace was that
      eventually users could write scripts using that as an API to
      interact with avocado-server using Python code.
      
      While the idea is still valid, the avocado-server interface is
      a simple and standards compliant RESTful interface. Thus, users
      can still easily interact with it without us having to support
      a formal Python API at this point.
      
      In the future, if need arises, we can improve the Python REST
      client API and promote it to a public namespace.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      adadd5d3
  29. 26 5月, 2015 1 次提交