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