An open API service indexing awesome lists of open source software.

https://github.com/jkbrzt/nose-pattern-exclude

Nose plugin for excluding directories and files from test discovery by paths and glob patterns.
https://github.com/jkbrzt/nose-pattern-exclude

exclusions glob jakubroztocil nose plugin python testing

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

``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
============

.. 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