Skip to main content

Gevent-supporting multiprocess plugin for Nose testing framework

Project description

Gevent-supporting multiprocess plugin for Nose testing framework. Normal multiprocess plugin relies on specific parts of multiprocess module that break under gevent. This specifically applies to multiprocessing.Queue objects that are used to communicate the tests and results between master thread and worker threads. This plugin switches the communication to JSON-RPC requests over HTTP - a medium and the protocol that should work under gevent-patched sockets.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nose-gevented-multiprocess-0.1.3.tar.gz (12.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page