/ lib / win32com / test / readme.txt
readme.txt
 1  COM Test Suite Readme
 2  ---------------------
 3  
 4  Running the test suite:
 5  -----------------------
 6  * Open a command prompt
 7  * Change to the "win32com\test" directory.
 8  * run "testall.py".  This will perform level 1 testing.
 9    You may specify 1, 2, or 3 on the command line ("testutil 3")
10    to execute more tests.
11  
12  In general, this should just run the best it can, utilizing what is available
13  on the machine.  It is likely some tests will refuse to run due to objects not
14  being locally available - this is normal.
15  
16  The win32com source tree has source code to a C++ and VB component used purely
17  for testing.  You may like to build and register these, particularly if you 
18  are doing anything related to argument/result handling.