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