You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ORPA-pyOpenRPA/Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/win32com/test
root ee22027d4f
fix rights to 755 (linux actual)
2 years ago
..
GenTestScripts.py fix rights to 755 (linux actual) 2 years ago
Testpys.sct fix rights to 755 (linux actual) 2 years ago
__init__.py fix rights to 755 (linux actual) 2 years ago
daodump.py fix rights to 755 (linux actual) 2 years ago
errorSemantics.py fix rights to 755 (linux actual) 2 years ago
pippo.idl fix rights to 755 (linux actual) 2 years ago
pippo_server.py fix rights to 755 (linux actual) 2 years ago
policySemantics.py fix rights to 755 (linux actual) 2 years ago
readme.txt fix rights to 755 (linux actual) 2 years ago
testADOEvents.py fix rights to 755 (linux actual) 2 years ago
testAXScript.py fix rights to 755 (linux actual) 2 years ago
testAccess.py fix rights to 755 (linux actual) 2 years ago
testArrays.py fix rights to 755 (linux actual) 2 years ago
testClipboard.py fix rights to 755 (linux actual) 2 years ago
testCollections.py fix rights to 755 (linux actual) 2 years ago
testDCOM.py fix rights to 755 (linux actual) 2 years ago
testDictionary.py fix rights to 755 (linux actual) 2 years ago
testDictionary.vbs fix rights to 755 (linux actual) 2 years ago
testDynamic.py fix rights to 755 (linux actual) 2 years ago
testExchange.py fix rights to 755 (linux actual) 2 years ago
testExplorer.py fix rights to 755 (linux actual) 2 years ago
testGIT.py fix rights to 755 (linux actual) 2 years ago
testGatewayAddresses.py fix rights to 755 (linux actual) 2 years ago
testInterp.vbs fix rights to 755 (linux actual) 2 years ago
testIterators.py fix rights to 755 (linux actual) 2 years ago
testMSOffice.py fix rights to 755 (linux actual) 2 years ago
testMSOfficeEvents.py fix rights to 755 (linux actual) 2 years ago
testMarshal.py fix rights to 755 (linux actual) 2 years ago
testNetscape.py fix rights to 755 (linux actual) 2 years ago
testPersist.py fix rights to 755 (linux actual) 2 years ago
testPippo.py fix rights to 755 (linux actual) 2 years ago
testPyComTest.py fix rights to 755 (linux actual) 2 years ago
testPyScriptlet.js fix rights to 755 (linux actual) 2 years ago
testROT.py fix rights to 755 (linux actual) 2 years ago
testServers.py fix rights to 755 (linux actual) 2 years ago
testShell.py fix rights to 755 (linux actual) 2 years ago
testStorage.py fix rights to 755 (linux actual) 2 years ago
testStreams.py fix rights to 755 (linux actual) 2 years ago
testWMI.py fix rights to 755 (linux actual) 2 years ago
testall.py fix rights to 755 (linux actual) 2 years ago
testmakepy.py fix rights to 755 (linux actual) 2 years ago
testvb.py fix rights to 755 (linux actual) 2 years ago
testvbscript_regexp.py fix rights to 755 (linux actual) 2 years ago
testxslt.js fix rights to 755 (linux actual) 2 years ago
testxslt.py fix rights to 755 (linux actual) 2 years ago
testxslt.xsl fix rights to 755 (linux actual) 2 years ago
util.py fix rights to 755 (linux actual) 2 years ago

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.