Changeset 7
- Timestamp:
- 09/19/2007 08:16:43 PM (16 months ago)
- Location:
- trunk/functest.egg-info
- Files:
-
- 3 modified
-
PKG-INFO (modified) (1 diff)
-
SOURCES.txt (modified) (2 diffs)
-
top_level.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/functest.egg-info/PKG-INFO
r2 r7 1 1 Metadata-Version: 1.0 2 2 Name: functest 3 Version: 0. 2.23 Version: 0.3 4 4 Summary: Functional test framework. Inspired by py.test 5 5 Home-page: http://functest.pythonesque.org/ -
trunk/functest.egg-info/SOURCES.txt
r2 r7 5 5 functest/frame.py 6 6 functest/global_settings.py 7 functest/reports.py 7 8 functest.egg-info/PKG-INFO 8 9 functest.egg-info/SOURCES.txt … … 10 11 functest.egg-info/top_level.txt 11 12 scripts/functest 13 tests/__init__.py 14 tests/test_functest.py 15 tests/test_module/__init__.py 16 tests/test_module/test_sub.py -
trunk/functest.egg-info/top_level.txt
r1 r7 1 1 functest 2 tests
