Metadata-Version: 1.1
Name: nose-sfd
Version: 0.2
Summary: nose plugin for testing Django projects in a faster way.
Home-page: https://github.com/Fantomas42/nose-sfd
Author: Fantomas42
Author-email: fantomas42@gmail.com
License: GNU LGPL
Description: =========================================
        Nose Simple and Fast Django helper plugin
        =========================================
        
        ::
        
          $ nosetests --with-sfd
        
        This is an update of the NoseDjango v0.6 which is incredibly fast than the
        new releases. This plugin will work with all the versions of Django.
        
        The aim of this fork is to keep the speed of the tests execution time
        and provide a simple way to test Django applications with nose.
        
        Original authors:
        
        * Victor Ng <crankycoder@gmail.com>
        * Jason Pellerin
        
        
        CHANGELOG
        =========
        
        v0.2
        ----
        
        - Add support for South migrations.
        
        v0.1
        ----
        
        - Initial release.
        
Keywords: nose,django,tests
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Testing
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
