[pywin32-checkins] pywin32/com/win32com/test readme.txt,1.1,1.2
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2004-04-11 04:54:56
|
Update of /cvsroot/pywin32/pywin32/com/win32com/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25041/test Modified Files: readme.txt Log Message: Bring a few of the readmes into this century. Index: readme.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32com/test/readme.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** readme.txt 1 Sep 1999 23:04:51 -0000 1.1 --- readme.txt 11 Apr 2004 04:41:21 -0000 1.2 *************** *** 2,7 **** --------------------- - This is not for the feint hearted! - Running the test suite: ----------------------- --- 2,5 ---- *************** *** 12,39 **** to execute more tests. ! Requirements: ! ------------- ! ! There are various requirements for running the test suite. If you ! do not meet some of the requirements, and the test suite fails in ! a horrible way, then please feel free to patch the test suite so it ! fails "elegantly" :-) ! ! Requirements (put together by Greg recently, and he may hage missed a few :-) ! * Python.Interpreter and Python.dictionary be registered. ! (in win32com\servers directory) ! ! * The COM test Suite be built. This consists of: ! - Building the C++ Test Project ! - Building the VB DLL, and using "regsvr32" on it to register it. ! ! * Registry be correctly set so that "import win32com.axscript.axscript" ! suceeds. If you built from sources, this may involve setting the ! "BuildPath" subkey under PythonPath\win32com ! ! * Windows Scripting Host and Scriptlets be installed. ! See http://msdn.microsoft.com/scripting ! ! * Microsoft Office and Microsoft Exchange be installed ! for "level 2" testing. --- 10,18 ---- to execute more tests. ! In general, this should just run the best it can, utilizing what is available ! on the machine. It is likely some tests will refuse to run due to objects not ! being locally available - this is normal. + The win32com source tree has source code to a C++ and VB component used purely + for testing. You may like to build and register these, particularly if you + are doing anything related to argument/result handling. |