openmedialibrary_platform_w.../Lib/site-packages/win32com/test
2016-04-14 21:54:42 +02:00
..
__init__.py install pywin32-220 2016-04-14 21:54:42 +02:00
daodump.py install pywin32-220 2016-04-14 21:54:42 +02:00
errorSemantics.py install pywin32-220 2016-04-14 21:54:42 +02:00
GenTestScripts.py install pywin32-220 2016-04-14 21:54:42 +02:00
pippo.idl install pywin32-220 2016-04-14 21:54:42 +02:00
pippo_server.py install pywin32-220 2016-04-14 21:54:42 +02:00
policySemantics.py install pywin32-220 2016-04-14 21:54:42 +02:00
readme.txt install pywin32-220 2016-04-14 21:54:42 +02:00
testAccess.py install pywin32-220 2016-04-14 21:54:42 +02:00
testADOEvents.py install pywin32-220 2016-04-14 21:54:42 +02:00
testall.py install pywin32-220 2016-04-14 21:54:42 +02:00
testArrays.py install pywin32-220 2016-04-14 21:54:42 +02:00
testAXScript.py install pywin32-220 2016-04-14 21:54:42 +02:00
testClipboard.py install pywin32-220 2016-04-14 21:54:42 +02:00
testCollections.py install pywin32-220 2016-04-14 21:54:42 +02:00
testDCOM.py install pywin32-220 2016-04-14 21:54:42 +02:00
testDictionary.py install pywin32-220 2016-04-14 21:54:42 +02:00
testDictionary.vbs install pywin32-220 2016-04-14 21:54:42 +02:00
testDynamic.py install pywin32-220 2016-04-14 21:54:42 +02:00
testExchange.py install pywin32-220 2016-04-14 21:54:42 +02:00
testExplorer.py install pywin32-220 2016-04-14 21:54:42 +02:00
testGatewayAddresses.py install pywin32-220 2016-04-14 21:54:42 +02:00
testGIT.py install pywin32-220 2016-04-14 21:54:42 +02:00
testInterp.vbs install pywin32-220 2016-04-14 21:54:42 +02:00
testIterators.py install pywin32-220 2016-04-14 21:54:42 +02:00
testmakepy.py install pywin32-220 2016-04-14 21:54:42 +02:00
testMarshal.py install pywin32-220 2016-04-14 21:54:42 +02:00
testMSOffice.py install pywin32-220 2016-04-14 21:54:42 +02:00
testMSOfficeEvents.py install pywin32-220 2016-04-14 21:54:42 +02:00
testNetscape.py install pywin32-220 2016-04-14 21:54:42 +02:00
testPersist.py install pywin32-220 2016-04-14 21:54:42 +02:00
testPippo.py install pywin32-220 2016-04-14 21:54:42 +02:00
testPyComTest.py install pywin32-220 2016-04-14 21:54:42 +02:00
Testpys.sct install pywin32-220 2016-04-14 21:54:42 +02:00
testPyScriptlet.js install pywin32-220 2016-04-14 21:54:42 +02:00
testROT.py install pywin32-220 2016-04-14 21:54:42 +02:00
testServers.py install pywin32-220 2016-04-14 21:54:42 +02:00
testShell.py install pywin32-220 2016-04-14 21:54:42 +02:00
testStorage.py install pywin32-220 2016-04-14 21:54:42 +02:00
testStreams.py install pywin32-220 2016-04-14 21:54:42 +02:00
testvb.py install pywin32-220 2016-04-14 21:54:42 +02:00
testvbscript_regexp.py install pywin32-220 2016-04-14 21:54:42 +02:00
testWMI.py install pywin32-220 2016-04-14 21:54:42 +02:00
testxslt.js install pywin32-220 2016-04-14 21:54:42 +02:00
testxslt.py install pywin32-220 2016-04-14 21:54:42 +02:00
testxslt.xsl install pywin32-220 2016-04-14 21:54:42 +02:00
util.py install pywin32-220 2016-04-14 21:54:42 +02:00

COM Test Suite Readme
---------------------

Running the test suite:
-----------------------
* Open a command prompt
* Change to the "win32com\test" directory.
* run "testall.py".  This will perform level 1 testing.
  You may specify 1, 2, or 3 on the command line ("testutil 3")
  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.