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