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.

readme.txt 718B

1 year ago
123456789101112131415161718
  1. COM Test Suite Readme
  2. ---------------------
  3. Running the test suite:
  4. -----------------------
  5. * Open a command prompt
  6. * Change to the "win32com\test" directory.
  7. * run "testall.py". This will perform level 1 testing.
  8. You may specify 1, 2, or 3 on the command line ("testutil 3")
  9. to execute more tests.
  10. In general, this should just run the best it can, utilizing what is available
  11. on the machine. It is likely some tests will refuse to run due to objects not
  12. being locally available - this is normal.
  13. The win32com source tree has source code to a C++ and VB component used purely
  14. for testing. You may like to build and register these, particularly if you
  15. are doing anything related to argument/result handling.