Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
service
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
Freenet DSL
Who's Online
7 user(s) are online (5 user(s) are browsing encyclopedia)

Members: 0
Guests: 7

more...
partner

PyUnit

PyUnit is the standard Unit_Test framework module for Python_programming_language, described as a Python version of JUnit. It is now part of Python s standard library.

= Links =

*[http://pyunit.sourceforge.net/ Sourceforge site]. PyUnit is now in the Python standard library as module unittest . Use the sources here for old (pre-2.1) versions of Python. *[http://www.python.org/doc/current/lib/module-unittest.html Official documentation] *Excellent tutorials from [http://www.diveintopython.org Dive Into Python]
  • [http://diveintopython.org/unit_testing/index.html Unit Testing]
  • [http://diveintopython.org/unit_testing/stage_1.html Test-First Programming]
  • TestOOB extends PyUnit with extra functionality