home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 May / PCWorld_2002-05_cd.bin / Software / TemaCD / activepython / ActivePython-2.1.1.msi / Python21_win32com_test_readme.txt < prev    next >
Encoding:
Text File  |  2001-07-26  |  1.3 KB  |  40 lines

  1. COM Test Suite Readme
  2. ---------------------
  3.  
  4. This is not for the feint hearted!
  5.  
  6. Running the test suite:
  7. -----------------------
  8. * Open a command prompt
  9. * Change to the "win32com\test" directory.
  10. * run "testall.py".  This will perform level 1 testing.
  11.   You may specify 1, 2, or 3 on the command line ("testutil 3")
  12.   to execute more tests.
  13.  
  14. Requirements:
  15. -------------
  16.  
  17. There are various requirements for running the test suite.  If you
  18. do not meet some of the requirements, and the test suite fails in
  19. a horrible way, then please feel free to patch the test suite so it
  20. fails "elegantly" :-)
  21.  
  22. Requirements (put together by Greg recently, and he may hage missed a few :-)
  23. * Python.Interpreter and Python.dictionary be registered. 
  24.   (in win32com\servers directory)
  25.  
  26. * The COM test Suite be built.  This consists of:
  27.   - Building the C++ Test Project
  28.   - Building the VB DLL, and using "regsvr32" on it to register it.
  29.  
  30. * Registry be correctly set so that "import win32com.axscript.axscript" 
  31.   suceeds. If you built from sources, this may involve setting the
  32.   "BuildPath" subkey under PythonPath\win32com
  33.  
  34. * Windows Scripting Host and Scriptlets be installed. 
  35.   See http://msdn.microsoft.com/scripting
  36.  
  37. * Microsoft Office and Microsoft Exchange be installed
  38.   for "level 2" testing.
  39.  
  40.