Wiring a test harness into a C/C++ application?

Edward Wilson web2ed at yahoo.com
Wed Jul 11 18:23:57 EDT 2001


To use Python for regression testing a C++ application, what is the
recommended method for snapping-in Python.

1. Should Python be embedded into the debug/test version of the
application?
2. Should an application hook be used as a Python extension? 
3. Is there a better way? 

-- 
ed



More information about the Python-list mailing list