Metadata-Version: 1.1
Name: nose-pattern-exclude
Version: 0.1.3
Summary: Exclude specific files and directories from nosetests runs.
Home-page: http://github.com/jkbr/nose-pattern-exclude
Author: Jakub Roztocil
Author-email: jakub@roztocil.name
License: BSD
Description: ``nose-pattern-exclude``
        ########################
        
        A simple nose plugin that allows for excluding directories and files
        from test discovery by path or glob pattern. Inspired by
        `nose-exclude <https://pypi.python.org/pypi/nose-exclude>`_.
        
        
        Installation
        ============
        
        
        .. code-block:: bash
        
            $ pip install nose-pattern-exclude
        
        
        Usage
        =====
        
        .. code-block:: bash
        
            $ nosetest \
                --exclude-path=./stuff \
                --exclude-path=/code/morestuff.py \
                --exclude-path=app/api/v?/*/tests.py
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
