team-10/venv/Lib/site-packages/win32com/test
2025-08-02 02:00:33 +02:00
..
__pycache__ Adding all project files 2025-08-02 02:00:33 +02:00
__init__.py Adding all project files 2025-08-02 02:00:33 +02:00
daodump.py Adding all project files 2025-08-02 02:00:33 +02:00
errorSemantics.py Adding all project files 2025-08-02 02:00:33 +02:00
GenTestScripts.py Adding all project files 2025-08-02 02:00:33 +02:00
pippo.idl Adding all project files 2025-08-02 02:00:33 +02:00
pippo_server.py Adding all project files 2025-08-02 02:00:33 +02:00
policySemantics.py Adding all project files 2025-08-02 02:00:33 +02:00
readme.txt Adding all project files 2025-08-02 02:00:33 +02:00
testAccess.py Adding all project files 2025-08-02 02:00:33 +02:00
testADOEvents.py Adding all project files 2025-08-02 02:00:33 +02:00
testall.py Adding all project files 2025-08-02 02:00:33 +02:00
testArrays.py Adding all project files 2025-08-02 02:00:33 +02:00
testAXScript.py Adding all project files 2025-08-02 02:00:33 +02:00
testClipboard.py Adding all project files 2025-08-02 02:00:33 +02:00
testCollections.py Adding all project files 2025-08-02 02:00:33 +02:00
testConversionErrors.py Adding all project files 2025-08-02 02:00:33 +02:00
testDates.py Adding all project files 2025-08-02 02:00:33 +02:00
testDCOM.py Adding all project files 2025-08-02 02:00:33 +02:00
testDictionary.py Adding all project files 2025-08-02 02:00:33 +02:00
testDictionary.vbs Adding all project files 2025-08-02 02:00:33 +02:00
testDynamic.py Adding all project files 2025-08-02 02:00:33 +02:00
testExchange.py Adding all project files 2025-08-02 02:00:33 +02:00
testExplorer.py Adding all project files 2025-08-02 02:00:33 +02:00
testGatewayAddresses.py Adding all project files 2025-08-02 02:00:33 +02:00
testGIT.py Adding all project files 2025-08-02 02:00:33 +02:00
testInterp.vbs Adding all project files 2025-08-02 02:00:33 +02:00
testIterators.py Adding all project files 2025-08-02 02:00:33 +02:00
testmakepy.py Adding all project files 2025-08-02 02:00:33 +02:00
testMarshal.py Adding all project files 2025-08-02 02:00:33 +02:00
testMSOffice.py Adding all project files 2025-08-02 02:00:33 +02:00
testMSOfficeEvents.py Adding all project files 2025-08-02 02:00:33 +02:00
testPersist.py Adding all project files 2025-08-02 02:00:33 +02:00
testPippo.py Adding all project files 2025-08-02 02:00:33 +02:00
testPyComTest.py Adding all project files 2025-08-02 02:00:33 +02:00
Testpys.sct Adding all project files 2025-08-02 02:00:33 +02:00
testPyScriptlet.js Adding all project files 2025-08-02 02:00:33 +02:00
testROT.py Adding all project files 2025-08-02 02:00:33 +02:00
testServers.py Adding all project files 2025-08-02 02:00:33 +02:00
testShell.py Adding all project files 2025-08-02 02:00:33 +02:00
testStorage.py Adding all project files 2025-08-02 02:00:33 +02:00
testStreams.py Adding all project files 2025-08-02 02:00:33 +02:00
testvb.py Adding all project files 2025-08-02 02:00:33 +02:00
testvbscript_regexp.py Adding all project files 2025-08-02 02:00:33 +02:00
testWMI.py Adding all project files 2025-08-02 02:00:33 +02:00
testxslt.js Adding all project files 2025-08-02 02:00:33 +02:00
testxslt.py Adding all project files 2025-08-02 02:00:33 +02:00
testxslt.xsl Adding all project files 2025-08-02 02:00:33 +02:00
util.py Adding all project files 2025-08-02 02:00:33 +02:00

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 `com/TestSources/` directory 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.
You can run `com/TestSources/PyCOMTest/buildAndRegister.bat` directly.