Metadata-Version: 1.0
Name: NoseKay
Version: 0.1
Summary: nose plugin for Kay framework testing
Home-page: UNKNOWN
Author: Yuku Takahashi
Author-email: taka84u9@gmail.com
License: BSD
Description: #######
        NoseKay
        #######
        
        nose plugin for `Kay framework <http://code.google.com/p/kay-framework/>`_ testing.
        
        Installation
        ************
        
        ::
        
        $ easy_install NoseKay
        
        or from the source::
        
        $ python setup.py install
        
        Basic Usage
        ***********
        
        Usage::
        
        $ cd /path/to/your/app
        $ nosetests --with-kay [app]
        
        You can use --kay-app-dir to specify your application directory.::
        
        $ nosetests --with-kay --kay-app-dir /path/to/your/app [app]
        
        
        
Keywords: nose kay-framework
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
