Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install corejet.pivotal

How to install corejet.pivotal

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install corejet.pivotal
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
1.0a5
1.2.0Never BuiltWhy not?
1.0a5 Available View build log
1.0a4 Available View build log
1.0a3 Available View build log
Windows (64-bit)
1.0a5
1.2.0Never BuiltWhy not?
1.0a5 Available View build log
1.0a4 Available View build log
1.0a3 Available View build log
Mac OS X (10.5+)
1.0.0
1.2.0Never BuiltWhy not?
1.0.0 Available View build log
1.0a5 Available View build log
1.0a4 Available View build log
1.0a3 Available View build log
Linux (32-bit)
1.0.0
1.2.0Never BuiltWhy not?
1.0.0 Available View build log
1.0a5 Available View build log
1.0a4 Available View build log
1.0a3 Available View build log
Linux (64-bit)
1.2.0 Available View build log
1.0.0 Available View build log
1.0a5 Available View build log
1.0a4 Available View build log
1.0a3 Available View build log
 
Author
License
GPL
Imports
Lastest release
version 1.2.0 on Jan 9th, 2014

CoreJet test runner Pivotal Tracker integration

This package provides a requirements catalogue source for corejet.testrunner that can fetch requirements from Pivotal Tracker.

To use it, make sure it is installed in the working set of the testrunner. If using Buildout, you can do this with:

[test]
recipe = corejet.recipe.testrunner
eggs =
    corejet.pivotal
    <other packages>
defaults = ['--auto-color', '--auto-progress']

Here is an example command line invocation:

./bin/test -s corejet.core --corejet="pivotal,token=mypivotaltoken,project=123456,filter=myepickeyword"

The --corejet option must start with pivotal, followed by a set of parameters that indicate how to connect to Pivotal Tracker. The parameters are:

<epic>,<epic>,...
optional pivotal.cfg section names to retrieve options per epic
token=<token>
default Pivotal token to use in authentication
project=<project>
default Pivotal project id to retrieve stories from
filter=<filter>
default Pivotal filter string to retrieve stories for this epic
title=<title>
optional requirements catalog title (defaults to the first found Pivotal project title)

Pivotal stories matching project and filter options may contain scenarios in simple Gherkin syntax in their description field, e.g.:

Scenario: First scenario
Given a precondition
  And another precondition
When something happens
  And something else happens
Then a result is expected
  And another result is expected

Scenario: Second scenario
Given another precondition
When something else happens
Then a different result is expected

The parser is relatively forgiving, but note:

  • The parser is case-insensitive
  • Zero or more scenarios may be present
  • Scenarios must start with "Scenario: " followed by a name
  • The "Given" clause is optional, but must come first in a scenario
  • The "When" clause is required, and must come before the "Then" clause
  • The "Then"" clause is also required
  • An "And" or "But" clause can come after any "Given", "When" or "Then", but not first.

Please, note that filter will include includedone:true implicitly when it's not explicitly set to false.

Optional pivotal.cfg which is looked at first the current working directory upwards (or from ~/.pivotalrc) may be an INI-style config file describing key value pairs within sections (special defaults-section is supported for defining defaults).

You may define several epics, for example, with the following setup:

  1. ~/.pivotalrc:

    [defaults]
    token = mysecretpivotaltrackertoken
    
  2. ./pivotal.cfg:

    [defaults]
    title = My project
    project = 123456
    
    [first-epic]
    title = A component for my project
    filter = label:firstlabel
    
    [another-epic]
    title = An another component for my project
    filter = label:anotherlabel
    
  3. Execute CoreJet with:

    ./bin/test  --corejet="pivotal,first-epic,another-epic"
    

It's also possible to define list of epic-sections in [defaults] with epics = first-epic,another-epic and run tests with --corejet=pivotal.

Package corejet.core includes XSLT to generate test skeletons in Python from corejet.xml, e.g.:

xsltproc eggs/corejet.core-1.0.0-py2.6.egg/corejet/core/xslt/corejet-to-python.xsl parts/test/corejet/corejet.xml

Install experimental bin/pivotal tool by adding the following part into your buildout.cfg:

[buildout]
parts += scripts

[scripts]
recipe = zc.recipe.egg
eggs = corejet.pivotal

Changelog

1.2.0 (2012-10-18)
  • Fixed stories to always have a minimum size of 1 point.
1.1.0 (2012-10-18)
  • Fixed to not crash on story parsing error, but print url of the failing story instead.
1.0.0 (2012-05-26)
  • Added support for config files and possibility to define epics using them.
  • Changed scenarios parsed from tasks to be parsed only after parsing description (to allow definition of story-level steps in description).
1.0a5 (2011-08-28)
  • Added support for tasks: If a story has tasks, their descriptions will be parsed for scenarios (and those will be appended) before parsing story's main description.
1.0a4 (2011-08-26)
  • Fixed to replace every " with ' before parsing scenario descriptions. If "s were allowed to let through, those should be escaped in test decorators, which would look ugly.
1.0a3 (2011-08-02)
  • Fixed package info to match with other corejet packages.
1.0a2 (2011-08-02)
  • Connected Pivotal estimates to CoreJet points.
  • Added filter for stories with no scenarios.
1.0a1 (2011-08-01)
  • First release.

Subscribe to package updates

Last updated Jan 9th, 2014

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.