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 -- http://mail.python.org/mailman/listinfo/python-list