/[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 292 by bh, Fri Aug 30 09:44:12 2002 UTC revision 597 by bh, Thu Apr 3 11:37:06 2003 UTC
# Line 1  Line 1 
1  # Copyright (c) 2002 by Intevation GmbH  # Copyright (c) 2002, 2003 by Intevation GmbH
2  # Authors:  # Authors:
3  # Bernhard Herzog <[email protected]>  # Bernhard Herzog <[email protected]>
4  #  #
# Line 22  import Thuban.Lib.connector Line 22  import Thuban.Lib.connector
22  def main():  def main():
23      """Run all the tests in the Thuban test suite"""      """Run all the tests in the Thuban test suite"""
24    
     Thuban.Lib.connector._the_connector.print_connections()  
   
25      files = os.listdir(os.curdir)      files = os.listdir(os.curdir)
26      names = []      names = []
27      for file in files:      for file in files:
# Line 34  def main(): Line 32  def main():
32      runner = unittest.TextTestRunner(verbosity = 2)      runner = unittest.TextTestRunner(verbosity = 2)
33      result = runner.run(suite)      result = runner.run(suite)
34    
35      Thuban.Lib.connector._the_connector.print_connections()      support.print_garbage_information()
36    
37      sys.exit(not result.wasSuccessful())      sys.exit(not result.wasSuccessful())
38    

Legend:
Removed from v.292  
changed lines
  Added in v.597

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26