Skip to content

jkbrzt/nose-pattern-exclude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Nose plugin for excluding directories and files from test discovery by paths and glob patterns.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages