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

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.