Skip to main content

Buildout recipe to create a nose test runner

Project description

tranchitella.recipe.nose

This recipe creates a nose test runner script.

Usage

The recipe supports the following options:

eggs

The eggs option specified a list of eggs to test given as one ore more setuptools requirement strings. Each string must be given on a separate line.

script-name

The script option gives the name of the script to generate, in the buildout bin directory. Of the option isn’t used, the part name will be used.

defaults

The defaults option lets you specify testrunner default options.

extra-paths

One or more extra paths to include in the generated test script.

This is a minimal ‘’buildout.cfg’’ file which creates a test runner:

[test]
recipe = tranchitella.recipe.nose
eggs = myapplication
defaults =
    --where src
    --with-coverage
    --cover-package myapplication

Changes

0.1 (2010-04-21)

  • First public release.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

tranchitella.recipe.nose-0.1.tar.gz (11.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