Skip to content

kevinfrommelt/nose-gevent-monkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nose-gevent-monkey

A nose plugin for monkey patching modules for use with gevent.

Installation

$ pip install nose-gevent-monkey

Usage

Monkey patch the default modules patched by gevent.monkey.patch_all().

$ nosetests --with-geventmonkey --gevent-monkey-patch-all

Monkey patch the default modules patched by gevent.monkey.patch_all() plus subprocess.

$ nosetests --with-geventmonkey --gevent-monkey-patch-all --gevent-monkey-patch subprocess

Monkey patch the default modules patched by gevent.monkey.patch_all() minus time.

$ nosetests --with-geventmonkey --gevent-monkey-patch-all --gevent-monkey-no-patch time

Monkey patch just threading and os.

$ nosetests --with-geventmonkey --gevent-monkey-patch threading,os

About

A nose plugin for monkey patching modules for use with gevent.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages