1. 09 6月, 2015 1 次提交
    • C
      API review: move avocado.test to avocado.core.test and expose avocado.Test · 08810698
      Cleber Rosa 提交于
      Only avocado.Test is of general interest to test writers. For that reason
      the entire test module has been moved to the avocado.core namespace.
      
      The recommended way to go about writing instrumented tests is something like:
      
         from avocado import Test
         class MyTest(Test):
            def test_foo(self):
               do_stuff()
      
      Changes from v2:
      * Fixed references in docstrings
      * Fixed refrences of avocado.test in Writing Test Guide docs
      
      Changes from v1:
      * Fixed comment typo on commit message
      * Fixed old reference of avocado.test (then test.Test) instead of
        avocado then Test in GDB docs.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      08810698
  2. 06 6月, 2015 5 次提交
  3. 05 6月, 2015 4 次提交
  4. 04 6月, 2015 5 次提交
  5. 03 6月, 2015 2 次提交
  6. 02 6月, 2015 5 次提交
  7. 28 5月, 2015 4 次提交
  8. 27 5月, 2015 5 次提交
  9. 26 5月, 2015 2 次提交
  10. 21 5月, 2015 1 次提交
  11. 20 5月, 2015 2 次提交
  12. 19 5月, 2015 4 次提交