mopybird 144334abef first commit 2 lat temu
..
GenTestScripts.py 144334abef first commit 2 lat temu
GenTestScripts.pyo 144334abef first commit 2 lat temu
Testpys.sct 144334abef first commit 2 lat temu
__init__.py 144334abef first commit 2 lat temu
__init__.pyo 144334abef first commit 2 lat temu
daodump.py 144334abef first commit 2 lat temu
daodump.pyo 144334abef first commit 2 lat temu
errorSemantics.py 144334abef first commit 2 lat temu
errorSemantics.pyo 144334abef first commit 2 lat temu
pippo.idl 144334abef first commit 2 lat temu
pippo_server.py 144334abef first commit 2 lat temu
pippo_server.pyo 144334abef first commit 2 lat temu
policySemantics.py 144334abef first commit 2 lat temu
policySemantics.pyo 144334abef first commit 2 lat temu
readme.txt 144334abef first commit 2 lat temu
testADOEvents.py 144334abef first commit 2 lat temu
testADOEvents.pyo 144334abef first commit 2 lat temu
testAXScript.py 144334abef first commit 2 lat temu
testAXScript.pyo 144334abef first commit 2 lat temu
testAccess.py 144334abef first commit 2 lat temu
testAccess.pyo 144334abef first commit 2 lat temu
testArrays.py 144334abef first commit 2 lat temu
testArrays.pyo 144334abef first commit 2 lat temu
testClipboard.py 144334abef first commit 2 lat temu
testClipboard.pyo 144334abef first commit 2 lat temu
testCollections.py 144334abef first commit 2 lat temu
testCollections.pyo 144334abef first commit 2 lat temu
testDCOM.py 144334abef first commit 2 lat temu
testDCOM.pyo 144334abef first commit 2 lat temu
testDates.py 144334abef first commit 2 lat temu
testDictionary.py 144334abef first commit 2 lat temu
testDictionary.pyo 144334abef first commit 2 lat temu
testDictionary.vbs 144334abef first commit 2 lat temu
testDynamic.py 144334abef first commit 2 lat temu
testDynamic.pyo 144334abef first commit 2 lat temu
testExchange.py 144334abef first commit 2 lat temu
testExchange.pyo 144334abef first commit 2 lat temu
testExplorer.py 144334abef first commit 2 lat temu
testExplorer.pyo 144334abef first commit 2 lat temu
testGIT.py 144334abef first commit 2 lat temu
testGIT.pyo 144334abef first commit 2 lat temu
testGatewayAddresses.py 144334abef first commit 2 lat temu
testGatewayAddresses.pyo 144334abef first commit 2 lat temu
testInterp.vbs 144334abef first commit 2 lat temu
testIterators.py 144334abef first commit 2 lat temu
testIterators.pyo 144334abef first commit 2 lat temu
testMSOffice.py 144334abef first commit 2 lat temu
testMSOffice.pyo 144334abef first commit 2 lat temu
testMSOfficeEvents.py 144334abef first commit 2 lat temu
testMSOfficeEvents.pyo 144334abef first commit 2 lat temu
testMarshal.py 144334abef first commit 2 lat temu
testMarshal.pyo 144334abef first commit 2 lat temu
testNetscape.py 144334abef first commit 2 lat temu
testNetscape.pyo 144334abef first commit 2 lat temu
testPersist.py 144334abef first commit 2 lat temu
testPersist.pyo 144334abef first commit 2 lat temu
testPippo.py 144334abef first commit 2 lat temu
testPippo.pyo 144334abef first commit 2 lat temu
testPyComTest.py 144334abef first commit 2 lat temu
testPyComTest.pyo 144334abef first commit 2 lat temu
testPyScriptlet.js 144334abef first commit 2 lat temu
testROT.py 144334abef first commit 2 lat temu
testROT.pyo 144334abef first commit 2 lat temu
testServers.py 144334abef first commit 2 lat temu
testServers.pyo 144334abef first commit 2 lat temu
testShell.py 144334abef first commit 2 lat temu
testShell.pyo 144334abef first commit 2 lat temu
testStorage.py 144334abef first commit 2 lat temu
testStorage.pyo 144334abef first commit 2 lat temu
testStreams.py 144334abef first commit 2 lat temu
testStreams.pyo 144334abef first commit 2 lat temu
testWMI.py 144334abef first commit 2 lat temu
testWMI.pyo 144334abef first commit 2 lat temu
testall.py 144334abef first commit 2 lat temu
testall.pyo 144334abef first commit 2 lat temu
testmakepy.py 144334abef first commit 2 lat temu
testmakepy.pyo 144334abef first commit 2 lat temu
testvb.py 144334abef first commit 2 lat temu
testvb.pyo 144334abef first commit 2 lat temu
testvbscript_regexp.py 144334abef first commit 2 lat temu
testvbscript_regexp.pyo 144334abef first commit 2 lat temu
testxslt.js 144334abef first commit 2 lat temu
testxslt.py 144334abef first commit 2 lat temu
testxslt.pyo 144334abef first commit 2 lat temu
testxslt.xsl 144334abef first commit 2 lat temu
util.py 144334abef first commit 2 lat temu
util.pyo 144334abef first commit 2 lat temu

readme.txt

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.