1. 18 Jan, 2017 2 commits
    • Maurits van Rees's avatar
      Fixed dummy runTest on functional test case. (#89) · ecfd7b1b
      Maurits van Rees authored
      In functional doc tests you can apparently have a test case that has
      no runTest method.  Until now the Testing package added a dummy
      runTest method in that case, and set it to None.
      
      But when this dummy runTest method gets called, you get an error:
      
        Error in test runTest (Testing.ZopeTestCase.ZopeTestCase.FunctionalTestCase)
        Traceback (most recent call last):
          File ".../lib/python2.7/unittest/case.py", line 329, in run
            testMethod()
        TypeError: 'NoneType' object is not callable
      
      Simply importing Testing.ZopeTestCase.FunctionalTestCase in a new test
      file may be enough to trigger this.
      
      So this has something to do with the order in which tests are found.
      
      I fixed it by making the dummy runTest method callable.
      ecfd7b1b
    • Tres Seaver's avatar
      Merge pull request #86 from zopefoundation/apply-plonehotfix-20170717-213 · 554c81bc
      Tres Seaver authored
      Apply plonehotfix 20170717 [2.13]
      554c81bc
  2. 17 Jan, 2017 2 commits
  3. 13 Jan, 2017 7 commits
  4. 27 Dec, 2016 2 commits
  5. 21 Dec, 2016 3 commits
  6. 08 Dec, 2016 1 commit
  7. 15 Sep, 2016 2 commits
  8. 14 Sep, 2016 1 commit
  9. 09 Sep, 2016 1 commit
  10. 08 Sep, 2016 1 commit
  11. 07 Sep, 2016 3 commits
  12. 02 Aug, 2016 1 commit
  13. 01 Aug, 2016 1 commit
  14. 17 Jul, 2016 3 commits
  15. 29 Jun, 2016 2 commits
  16. 04 Mar, 2016 2 commits
  17. 29 Feb, 2016 6 commits