Skip to main content

Nose module that reorders tests so the quickest are run first.

Project description

nose-timelimit is a nose plugin that allows you automatically skip tests that are too slow.

It requires at least one run with the whole suite to register the timings. If a test fails timings are not registered for it (thus it will never get skipped).

Installation

Just run pip install nose-timelimit or easy_install nose-timelimit.

Options

  • --with-timelimit - Just activates the plugin (will only register timing data).

  • --timelimit=X - Runs only the tests that had previously ran under X seconds. Implies --with-timelimit.

  • --timelimit-silent - Don’t print the duration for each test.

Requirements

Known to work with nose 1.3, it may work with nose as old as 0.10 - try it.

Example

On first run:

Sample error page

And on second run:

Sample error page

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-timelimit-0.1.2.tar.gz (3.9 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