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
Ivan Maslov 275f9fe6e4
version 1.0.3
5 years ago
..
GenTestScripts.py version 1.0.3 5 years ago
Testpys.sct version 1.0.3 5 years ago
__init__.py version 1.0.3 5 years ago
daodump.py version 1.0.3 5 years ago
errorSemantics.py version 1.0.3 5 years ago
pippo.idl version 1.0.3 5 years ago
pippo_server.py version 1.0.3 5 years ago
policySemantics.py version 1.0.3 5 years ago
readme.txt version 1.0.3 5 years ago
testADOEvents.py version 1.0.3 5 years ago
testAXScript.py version 1.0.3 5 years ago
testAccess.py version 1.0.3 5 years ago
testArrays.py version 1.0.3 5 years ago
testClipboard.py version 1.0.3 5 years ago
testCollections.py version 1.0.3 5 years ago
testDCOM.py version 1.0.3 5 years ago
testDictionary.py version 1.0.3 5 years ago
testDictionary.vbs version 1.0.3 5 years ago
testDynamic.py version 1.0.3 5 years ago
testExchange.py version 1.0.3 5 years ago
testExplorer.py version 1.0.3 5 years ago
testGIT.py version 1.0.3 5 years ago
testGatewayAddresses.py version 1.0.3 5 years ago
testInterp.vbs version 1.0.3 5 years ago
testIterators.py version 1.0.3 5 years ago
testMSOffice.py version 1.0.3 5 years ago
testMSOfficeEvents.py version 1.0.3 5 years ago
testMarshal.py version 1.0.3 5 years ago
testNetscape.py version 1.0.3 5 years ago
testPersist.py version 1.0.3 5 years ago
testPippo.py version 1.0.3 5 years ago
testPyComTest.py version 1.0.3 5 years ago
testPyScriptlet.js version 1.0.3 5 years ago
testROT.py version 1.0.3 5 years ago
testServers.py version 1.0.3 5 years ago
testShell.py version 1.0.3 5 years ago
testStorage.py version 1.0.3 5 years ago
testStreams.py version 1.0.3 5 years ago
testWMI.py version 1.0.3 5 years ago
testall.py version 1.0.3 5 years ago
testmakepy.py version 1.0.3 5 years ago
testvb.py version 1.0.3 5 years ago
testvbscript_regexp.py version 1.0.3 5 years ago
testxslt.js version 1.0.3 5 years ago
testxslt.py version 1.0.3 5 years ago
testxslt.xsl version 1.0.3 5 years ago
util.py version 1.0.3 5 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.