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.
- Host: GitHub
- URL: https://github.com/jkbrzt/nose-pattern-exclude
- Owner: jkbrzt
- License: other
- Created: 2013-08-29T15:09:41.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-25T15:47:48.000Z (about 11 years ago)
- Last Synced: 2025-03-28T21:01:56.207Z (6 months ago)
- Topics: exclusions, glob, jakubroztocil, nose, plugin, python, testing
- Language: Python
- Homepage: https://twitter.com/jakubroztocil
- Size: 147 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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