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

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.