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

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.