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