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

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.