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

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.