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