Regression testing with Python

Almad bugs at almad.net
Tue Jun 5 05:44:57 EDT 2007


Hi,

I'd like to ask how do You resolve "resources" issue when writing
regression tests in Python. When doing functional tests, I have some
resources that might not be available (like database, HTTP server,
Selenium testing proxy) and I'd like then to skip test gracefully (not
either failing nor green status).

Is there a simple way to do this?

Or, how do You build Your Selenium testsuites and integrate them into
main suite?

Thank You,

Almad




More information about the Python-list mailing list