Skip to content
  1. Oct 11, 2009
  2. Sep 21, 2009
  3. Aug 17, 2009
  4. Jul 20, 2009
  5. Jul 13, 2009
  6. Jun 04, 2009
  7. Jun 01, 2009
    • Dries Buytaert's avatar
      - Patch #474308 by stella: new tests for poll module. New tests: · 706ce875
      Dries Buytaert authored
          * that the Recent Poll block outputs the block layout rather than page layout.
          * that users can vote on polls via the block
          * that the 'older polls' link in the recent poll block works.
          * that node is output correctly, including 'Cancel your vote' button appearing
          * that only users with appropriate permission can cancel their votes
          * that the 'poll' page contains the correct data.
          * that polls can be edited
          * the opening / closing of polls - ensuring block doesn't appear when poll is closed, and neither do the 'Vote' / 'Cancel your vote' buttons, and that the poll status is updated correctly on 'poll' page.
      706ce875
  8. Apr 26, 2009
  9. Mar 31, 2009
  10. Feb 01, 2009
  11. Dec 18, 2008
  12. Dec 16, 2008
  13. Dec 05, 2008
  14. Nov 29, 2008
  15. Nov 27, 2008
  16. Nov 25, 2008
  17. Nov 24, 2008
  18. Nov 23, 2008
  19. Aug 05, 2008
  20. May 26, 2008
  21. May 22, 2008
  22. Apr 25, 2008
  23. Apr 20, 2008
    • Dries Buytaert's avatar
      - Added a test framework to Drupal along with a first batch of tests for · af474609
      Dries Buytaert authored
        Drupal core!  This is an important milestone for the project so enable
        the module and check it out ... :)
      
        Thanks to Rok Žlender, Károly Négyesi, Jimmy Berry, Kevin Bridges, Charlie
        Gordon, Douglas Hubler, Miglius Alaburda, Andy Kirkham, Dimitri13, Kieran
        Lal, Moshe Weitzman, and the many other people that helped with testing
        over the past years and that drove this home.
      
        It all works but it is still rough around the edges (i.e. documentation
        is still being written, the coding style is not 100% yet, a number of
        tests still fail) but we spent the entire weekend working on it in Paris
        and made a ton of progress.  The best way to help and to get up to speed,
        is to start writing and contributing some tests ... as well as fixing
        some of the failures.
      
        For those willing to help with improving the test framework, here are
        some next steps and issues to resolve:
      
          - How to best approach unit tests and mock functions?
          - How to test drupal_mail() and drupal_http_request()?
          - How to improve the admin UI so we have a nice progress bar?
          - How best to do code coverage?
          - See http://g.d.o/node/10099 for more ...
      af474609