Changeset 7

Show
Ignore:
Timestamp:
09/19/2007 08:16:43 PM (16 months ago)
Author:
mikeal
Message:

Uploaded new version to cheeseshop.

-Mikeal

Location:
trunk/functest.egg-info
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/functest.egg-info/PKG-INFO

    r2 r7  
    11Metadata-Version: 1.0 
    22Name: functest 
    3 Version: 0.2.2 
     3Version: 0.3 
    44Summary: Functional test framework. Inspired by py.test 
    55Home-page: http://functest.pythonesque.org/ 
  • trunk/functest.egg-info/SOURCES.txt

    r2 r7  
    55functest/frame.py 
    66functest/global_settings.py 
     7functest/reports.py 
    78functest.egg-info/PKG-INFO 
    89functest.egg-info/SOURCES.txt 
     
    1011functest.egg-info/top_level.txt 
    1112scripts/functest 
     13tests/__init__.py 
     14tests/test_functest.py 
     15tests/test_module/__init__.py 
     16tests/test_module/test_sub.py 
  • trunk/functest.egg-info/top_level.txt

    r1 r7  
    11functest 
     2tests