[TIP] Column questions.

Chuck Esterbrook chuck.esterbrook at gmail.com
Wed Jul 23 11:07:15 PDT 2008


On Wed, Jul 23, 2008 at 10:54 AM, C. Titus Brown <ctb at msu.edu> wrote:
> Hey all,
>
> we've signed up to write a column for PyMag about testing, and I thought
> this would be a good place to solicit questions to answer -- not so much
> directly from you all, but rather questions that you would like to see
> answered somewhat comprehensively for the benefit of testing newbies.
> (The columns will become open after a few months, for those who don't
> subscribe to PyMag.)
>
> I was thinking of starting with "how should I organize my project to
> make it easy to set up testing infrastructure?"
>
> Any other thoughts?

* An overview of the Python testing landscape would be nice. What
viable libraries and tools are out there?

* Automated testing for GUIs.

* How to parallelize tests across machines.

-Chuck



More information about the testing-in-python mailing list