Skip to main content

A plugin for python-nose which locks test execution and doesn't allow to run them in parallel from two terminals.

Project description

changelog

This is a plugin for python-nose which locks test execution and doesn’t allow to run them in parallel from two terminals.

You could want this behaviour, when parallel tests will interfer for some reason. This could be because they go into one database or have other side effects which hard to isolate.

Usage

Install via pip install nose-lock, then run tests with argument --with-lock.

By default, lock is created as /tmp/<cur-dir-name>.lock file, but you could override this behaviour using optional parameter --lock-file:

nosetests --with-lock --lock-file /tmp/blah-minor

Hack it

Fork the project at GitHub. Don’t forget to send a pull request or file an issue.

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-lock-0.2.3.tar.gz (2.3 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