Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 505 Bytes

README.rst

File metadata and controls

26 lines (16 loc) · 505 Bytes

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