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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for tranchitella.recipe.nose-0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 251cc6a16657020470b29d812ce9fd59d3b8cb17b447dd3fd4b3fdd2c15667b1 |
|
MD5 | c7c9d8324328d8bba352f2ed947ce248 |
|
BLAKE2b-256 | 4a1d113f0441a1b2e82f4822ddc0f0698d0ffad2df8ef93bf6b3ab3bee068df2 |