Re: testing code in python source package

2009-09-21 Thread Ben Finney
Peng Yu writes: > I'm wondering if the development of python is test driven. If it is, > where in the Python-2.6.2 source directory is the test code for the > modules in ./Lib? A great majority of your many questions in this forum are already answered in the available documentation online. You s

Re: testing code in python source package

2009-09-20 Thread alex23
Peng Yu wrote: > I'm wondering if the development of python is test driven. If it is, > where in the Python-2.6.2 source directory is the test code for the > modules in ./Lib? Unsurprisingly, they're located in Lib/test. Is it _really_ that difficult to find? -- http://mail.python.org/mailman/li

testing code in python source package

2009-09-20 Thread Peng Yu
Hi, I'm wondering if the development of python is test driven. If it is, where in the Python-2.6.2 source directory is the test code for the modules in ./Lib? Regards, Peng -- http://mail.python.org/mailman/listinfo/python-list