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

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.