Metadata-Version: 1.1
Name: quicktester
Version: 0.2
Summary: quicktester nose plugin set
Home-page: http://github.com/herczy/quicktester
Author: Viktor Hercinger
Author-email: hercinger.viktor@gmail.com
License: BSD
Description: quicktester is a set of plugins that can be used to quickly run
            relevant tests cases.
        
            The git-changes plugin will only run tests that are relevant to the
            modified files, according to git. The fail-only plugin will only run
            tests that have failed in the last few runs. The statistics plugin
            collects statistics for the fail-only plugin. The quickfix plugin
            helps vim users to have error traces in a quickfix format.
            
Keywords: test unittest tdd vim quickfix relevant
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Testing
Requires: nose
Requires: behave
Requires: setuptools
