/[thuban]/branches/WIP-pyshapelib-bramz/test/runtests.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/test/runtests.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1219 by bh, Mon Jun 16 17:42:54 2003 UTC revision 1269 by bh, Fri Jun 20 16:10:22 2003 UTC
# Line 11  Main entry point for the Thuban test sui Line 11  Main entry point for the Thuban test sui
11  Just run this file as a python script to execute all tests  Just run this file as a python script to execute all tests
12  """  """
13    
14    __version__ = "$Revision$"
15    # $Source$
16    # $Id$
17    
18  import os, sys  import os, sys
19  import warnings  import warnings
# Line 57  def main(): Line 60  def main():
60      runner = unittest.TextTestRunner(verbosity = 2)      runner = unittest.TextTestRunner(verbosity = 2)
61      result = runner.run(suite)      result = runner.run(suite)
62    
63      support.print_garbage_information()      support.print_additional_summary()
64    
65      sys.exit(not result.wasSuccessful())      sys.exit(not result.wasSuccessful())
66    

Legend:
Removed from v.1219  
changed lines
  Added in v.1269

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26