1. 07 Şub, 2005 1 kayıt (commit)
  2. 04 Ara, 2004 1 kayıt (commit)
  3. 07 Kas, 2004 1 kayıt (commit)
  4. 28 Agu, 2004 1 kayıt (commit)
  5. 12 Şub, 2004 1 kayıt (commit)
  6. 06 Ara, 2003 1 kayıt (commit)
  7. 26 Eki, 2003 2 kayıt (commit)
    • Steve Purcell's avatar
      Another instance of the same typo. · cca3491d
      Steve Purcell yazdı
      cca3491d
    • Steve Purcell's avatar
      Incorporated patch 819077, from George Yoshida: · 397b45d4
      Steve Purcell yazdı
      * Fixed typo in docstring for 'failUnlessAlmostEqual()'
      
      * Removed unnecessary use of 'float()' for time values.
      
      * Removed apparently unnecessary import of unittest. At some point in
        the distant past I believe it was necessary otherwise the 'TestCase'
        that a module saw was not the same as the 'TestCase' seen within
        'unittest', and the user's TestCase subclasses were not recognised as
        subclasses of the TestCase seen within unittest. Seems not to be
        necessary now.
      397b45d4
  8. 24 Eki, 2003 1 kayıt (commit)
  9. 30 Eyl, 2003 1 kayıt (commit)
  10. 23 Eyl, 2003 1 kayıt (commit)
  11. 22 Eyl, 2003 1 kayıt (commit)
    • Steve Purcell's avatar
      - Fixed loading of tests by name when name refers to unbound · 7e74384a
      Steve Purcell yazdı
        method (PyUnit issue 563882, thanks to Alexandre Fayolle)
      - Ignore non-callable attributes of classes when searching for test
        method names (PyUnit issue 769338, thanks to Seth Falcon)
      - New assertTrue and assertFalse aliases for comfort of JUnit users
      - Automatically discover 'runTest()' test methods (PyUnit issue 469444,
        thanks to Roeland Rengelink)
      - Dropped Python 1.5.2 compatibility, merged appropriate shortcuts from
        Python CVS; should work with Python >= 2.1.
      - Removed all references to string module by using string methods instead
      7e74384a
  12. 15 Eyl, 2003 1 kayıt (commit)
  13. 13 Eyl, 2003 1 kayıt (commit)
  14. 13 Tem, 2003 1 kayıt (commit)
  15. 04 Nis, 2003 1 kayıt (commit)
  16. 27 Şub, 2003 1 kayıt (commit)
  17. 29 Ara, 2002 1 kayıt (commit)
  18. 30 Eyl, 2002 1 kayıt (commit)
  19. 13 Agu, 2002 1 kayıt (commit)
  20. 09 Agu, 2002 1 kayıt (commit)
  21. 08 Agu, 2002 1 kayıt (commit)
  22. 31 May, 2002 1 kayıt (commit)
  23. 21 May, 2002 1 kayıt (commit)
  24. 17 Ara, 2001 1 kayıt (commit)
    • Steve Purcell's avatar
      Synch with pyunit CVS: · ca9aaf36
      Steve Purcell yazdı
       - Adds Fred's patch 487662: "Better error message for assertEqual"
       - Removed small portion of code unused after Guido's patch
         490119: "Don't treat ^C as error"
      ca9aaf36
  25. 07 Ara, 2001 1 kayıt (commit)
  26. 22 Eki, 2001 1 kayıt (commit)
    • Jeremy Hylton's avatar
      A few formatting nits: · efef5dae
      Jeremy Hylton yazdı
          Don't put paren in column 0 (to please font-lock mode).
          Put space after comma in argument list.
      efef5dae
  27. 06 Eyl, 2001 2 kayıt (commit)
    • Fred Drake's avatar
      Add missing period in docstring. · 656f9ecb
      Fred Drake yazdı
      (Steve, can you add this to the PyUnit repository as well?)
      656f9ecb
    • Steve Purcell's avatar
      Changed TestResult to store only the text representation of an error. · 7b065702
      Steve Purcell yazdı
      This patch is similar to that proposed by Jeremy. The proposed patch altered
      the interface of TestResult such that it would be passed the error
      information as a string rather than an exc_info() tuple.
      
      The implemented change leaves the interface untouched so that TestResults
      are still passed the tracebacks, but stor them in stringified form for
      later reporting.
      
      Notes:
      - Custom subclasses of TestResult written by users should be unaffected.
      - The existing 'unittestgui.py' will still work with this module after the
        change.
      - Support can later be added to pop into the debugger when an error occurs;
        this support should be added to a TestRunner rather than to TestCase itself,
        which this change will enable.
      
      (Jeremy, Fred, Guido: Thanks for all the feedback)
      7b065702
  28. 08 Agu, 2001 1 kayıt (commit)
    • Steve Purcell's avatar
      Merged in bugfix from PyUnit CVS for problem reported by Gary Todd. · e00dde20
      Steve Purcell yazdı
      If 'unittest.py' was run from the command line with the name of a test
      case class as a parameter, it failed with an ugly error. (Which was a
      shame, because the documentation says you can do that.)
      
      The problem was the old 'is the class X that you imported from me the same
      as my class X?' gotcha.
      e00dde20
  29. 10 May, 2001 1 kayıt (commit)
  30. 15 Nis, 2001 1 kayıt (commit)
  31. 13 Nis, 2001 1 kayıt (commit)
  32. 12 Nis, 2001 1 kayıt (commit)
  33. 09 Nis, 2001 1 kayıt (commit)
  34. 29 Mar, 2001 1 kayıt (commit)
  35. 22 Mar, 2001 1 kayıt (commit)
  36. 21 Mar, 2001 1 kayıt (commit)