Changeset 44
- Timestamp:
- 04/07/2008 06:46:12 PM (8 months ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
functest.egg-info/PKG-INFO (modified) (1 diff)
-
functest/frame.py (modified) (1 diff)
-
setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/functest.egg-info/PKG-INFO
r42 r44 1 1 Metadata-Version: 1.0 2 2 Name: functest 3 Version: 0. 7.9pre3 Version: 0.8.0 4 4 Summary: Functional test framework. 5 5 Home-page: http://functest.pythonesque.org/ -
trunk/functest/frame.py
r43 r44 164 164 totals['fail'] += 1 165 165 test.result = False 166 test.tb = traceback.format_exception(*sys.exc_info()) 166 167 reports.report_test_function(test) 167 168 return False -
trunk/setup.py
r42 r44 23 23 24 24 PACKAGE_NAME = "functest" 25 PACKAGE_VERSION = "0. 7.9pre"25 PACKAGE_VERSION = "0.8.0" 26 26 27 27 setup(name=PACKAGE_NAME,
