Funktionierender Prototyp des Serious Games zur Vermittlung von Wissen zu Software-Engineering-Arbeitsmodellen.
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.
linkup11 b35b0e54be Initial Commit 1 year ago
..
GenTestScripts.py Initial Commit 1 year ago
Testpys.sct Initial Commit 1 year ago
__init__.py Initial Commit 1 year ago
daodump.py Initial Commit 1 year ago
errorSemantics.py Initial Commit 1 year ago
pippo.idl Initial Commit 1 year ago
pippo_server.py Initial Commit 1 year ago
policySemantics.py Initial Commit 1 year ago
readme.txt Initial Commit 1 year ago
testADOEvents.py Initial Commit 1 year ago
testAXScript.py Initial Commit 1 year ago
testAccess.py Initial Commit 1 year ago
testArrays.py Initial Commit 1 year ago
testClipboard.py Initial Commit 1 year ago
testCollections.py Initial Commit 1 year ago
testConversionErrors.py Initial Commit 1 year ago
testDCOM.py Initial Commit 1 year ago
testDates.py Initial Commit 1 year ago
testDictionary.py Initial Commit 1 year ago
testDictionary.vbs Initial Commit 1 year ago
testDynamic.py Initial Commit 1 year ago
testExchange.py Initial Commit 1 year ago
testExplorer.py Initial Commit 1 year ago
testGIT.py Initial Commit 1 year ago
testGatewayAddresses.py Initial Commit 1 year ago
testInterp.vbs Initial Commit 1 year ago
testIterators.py Initial Commit 1 year ago
testMSOffice.py Initial Commit 1 year ago
testMSOfficeEvents.py Initial Commit 1 year ago
testMarshal.py Initial Commit 1 year ago
testNetscape.py Initial Commit 1 year ago
testPersist.py Initial Commit 1 year ago
testPippo.py Initial Commit 1 year ago
testPyComTest.py Initial Commit 1 year ago
testPyScriptlet.js Initial Commit 1 year ago
testROT.py Initial Commit 1 year ago
testServers.py Initial Commit 1 year ago
testShell.py Initial Commit 1 year ago
testStorage.py Initial Commit 1 year ago
testStreams.py Initial Commit 1 year ago
testWMI.py Initial Commit 1 year ago
testall.py Initial Commit 1 year ago
testmakepy.py Initial Commit 1 year ago
testvb.py Initial Commit 1 year ago
testvbscript_regexp.py Initial Commit 1 year ago
testxslt.js Initial Commit 1 year ago
testxslt.py Initial Commit 1 year ago
testxslt.xsl Initial Commit 1 year ago
util.py Initial Commit 1 year 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.