nose-pattern-exclude

Exclude specific files and directories from nosetests runs.


Keywords
exclusions, glob, jakubroztocil, nose, plugin, python, testing
License
BSD-3-Clause
Install
pip install nose-pattern-exclude==0.1.3

Documentation

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.

Installation

$ pip install nose-pattern-exclude

Usage

$ nosetest \
    --exclude-path=./stuff \
    --exclude-path=/code/morestuff.py \
    --exclude-path=app/api/v?/*/tests.py