1. 22 Jan, 2017 1 commit
  2. 20 Jan, 2017 1 commit
  3. 19 Jan, 2017 4 commits
  4. 18 Jan, 2017 2 commits
    • Maurits van Rees's avatar
      Fixed dummy runTest on functional test case. (#90) · 274d00d9
      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.
      274d00d9
    • Tres Seaver's avatar
      Merge pull request #87 from zopefoundation/apply-plonehotfix-20170717-master · 54b7d082
      Tres Seaver authored
      Apply plonehotfix 20170717 [master]
      54b7d082
  5. 17 Jan, 2017 2 commits
  6. 27 Dec, 2016 2 commits
  7. 21 Dec, 2016 3 commits
  8. 08 Dec, 2016 1 commit
  9. 30 Oct, 2016 6 commits
  10. 26 Oct, 2016 2 commits
  11. 23 Oct, 2016 3 commits
  12. 30 Sep, 2016 1 commit
    • Michael Howitz's avatar
      Update docs a bit. (#77) · ab857cc1
      Michael Howitz authored
      * Add a hint to the next step.
      * Add a hint how to create content for the default page.
      * There will be no 2.x version after 2.7.
      ab857cc1
  13. 23 Sep, 2016 1 commit
  14. 15 Sep, 2016 2 commits
  15. 13 Sep, 2016 2 commits
  16. 12 Sep, 2016 3 commits
  17. 09 Sep, 2016 4 commits