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

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.