[Subversion] / PEAK / INSTALL.txt  

Diff of /PEAK/INSTALL.txt

Parent Directory | Revision Log

version 340, Fri Mar 1 19:57:23 2002 UTC version 377, Sun Mar 31 21:33:31 2002 UTC
Line 70 
Line 70 
   
  TESTING YOUR INSTALLATION   TESTING YOUR INSTALLATION
   
   TransWarp comes with a moderately-sized built-in test suite.  If you have    TransWarp comes with a moderately-sized built-in test suite.  If you wish to
   the Python "unittest" module installed in your Python path, you can use    run it after installation, you can do so like this::
   it to run the test suites, like this::  
   
    python unittest.py TW.tests.test_suite     python setup.py test
   
   This will run about 53 tests on various parts of TransWarp.  If you have    This will run about 75 tests on various parts of TransWarp.  If you have
   installed everything correctly, 100% of the tests should succeed.  If    installed everything correctly, 100% of the tests should succeed.  If
   you're missing any needed parts, you will probably be unable to run the    you're missing any needed parts, you will probably be unable to run the
   tests at all.    tests at all.
   
     If you'd like to run only a portion of the test suite, you can supply
     the '--test-module' or '-m' option to the test command as follows::
   
       python setup.py test --test-module=TW.Database.tests
   
       python setup.py test -m TW.API.tests
   
     And so on.  You can also use 'python setup.py -q test' to make the tests
     run more "quietly".
   


Generate output suitable for use with a patch program
Legend:
Removed from v.340  
changed lines
  Added in v.377

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help