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

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.