/[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 1555 by bh, Thu Aug 7 15:41:05 2003 UTC revision 1601 by bh, Mon Aug 18 17:22:07 2003 UTC
# Line 78  def main(): Line 78  def main():
78    
79      suite = unittest.defaultTestLoader.loadTestsFromNames(names)      suite = unittest.defaultTestLoader.loadTestsFromNames(names)
80      runner = support.ThubanTestRunner(verbosity = verbosity)      runner = support.ThubanTestRunner(verbosity = verbosity)
81      result = runner.run(suite)      result = support.execute_as_testsuite(runner.run, suite)
   
     support.print_additional_summary()  
82    
83      sys.exit(not result.wasSuccessful())      sys.exit(not result.wasSuccessful())
84    

Legend:
Removed from v.1555  
changed lines
  Added in v.1601

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26