porklinggit 11e275c48f update 2 years ago
..
__pycache__ 11e275c48f update 2 years ago
GenTestScripts.py 11e275c48f update 2 years ago
Testpys.sct 11e275c48f update 2 years ago
__init__.py 11e275c48f update 2 years ago
daodump.py 11e275c48f update 2 years ago
errorSemantics.py 11e275c48f update 2 years ago
pippo.idl 11e275c48f update 2 years ago
pippo_server.py 11e275c48f update 2 years ago
policySemantics.py 11e275c48f update 2 years ago
readme.txt 11e275c48f update 2 years ago
testADOEvents.py 11e275c48f update 2 years ago
testAXScript.py 11e275c48f update 2 years ago
testAccess.py 11e275c48f update 2 years ago
testArrays.py 11e275c48f update 2 years ago
testClipboard.py 11e275c48f update 2 years ago
testCollections.py 11e275c48f update 2 years ago
testConversionErrors.py 11e275c48f update 2 years ago
testDCOM.py 11e275c48f update 2 years ago
testDates.py 11e275c48f update 2 years ago
testDictionary.py 11e275c48f update 2 years ago
testDictionary.vbs 11e275c48f update 2 years ago
testDynamic.py 11e275c48f update 2 years ago
testExchange.py 11e275c48f update 2 years ago
testExplorer.py 11e275c48f update 2 years ago
testGIT.py 11e275c48f update 2 years ago
testGatewayAddresses.py 11e275c48f update 2 years ago
testInterp.vbs 11e275c48f update 2 years ago
testIterators.py 11e275c48f update 2 years ago
testMSOffice.py 11e275c48f update 2 years ago
testMSOfficeEvents.py 11e275c48f update 2 years ago
testMarshal.py 11e275c48f update 2 years ago
testNetscape.py 11e275c48f update 2 years ago
testPersist.py 11e275c48f update 2 years ago
testPippo.py 11e275c48f update 2 years ago
testPyComTest.py 11e275c48f update 2 years ago
testPyScriptlet.js 11e275c48f update 2 years ago
testROT.py 11e275c48f update 2 years ago
testServers.py 11e275c48f update 2 years ago
testShell.py 11e275c48f update 2 years ago
testStorage.py 11e275c48f update 2 years ago
testStreams.py 11e275c48f update 2 years ago
testWMI.py 11e275c48f update 2 years ago
testall.py 11e275c48f update 2 years ago
testmakepy.py 11e275c48f update 2 years ago
testvb.py 11e275c48f update 2 years ago
testvbscript_regexp.py 11e275c48f update 2 years ago
testxslt.js 11e275c48f update 2 years ago
testxslt.py 11e275c48f update 2 years ago
testxslt.xsl 11e275c48f update 2 years ago
util.py 11e275c48f update 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.