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.