Skip to main content

UNKNOWN

Project description

This client provides access to Behave for Jira in a Python environment. It uses a HTTP GET call to download a compressed stream containing the feature files for the specified project, and then unzips the features into the specified directory.

Installation

If using pip, simply:

pip install hindsight

If installing manually, grab the tarball below and extract to a temporary directory. Make sure the requires package is installed and available, and then run:

python setup.py install

from inside the temporary directory

Usage

Within a script:

#!/usr/bin/env python

from hindsight.behave import JiraConnector

b4j = JiraConnector()
b4j.fetch(
    host='http://localhost:2990/jira',
    username='behaver',
    password='atdd4me',
    key='PROJ',
    dir='features',
    manual=True
)

This take mandatory arguments host and key, and the rest are optional.

Or the same request from the command line (if you installed via pip):

behave-cli -u behaver -p atdd4me -d features -m http://localhost:2990/jira PROJ

Taking the form:

behave-cli [-u USERNAME] [-p PASSWORD] [-d DIR] [-m] HOST KEY

More info

Please see the guide at http://hindsighttesting.com/docs

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

hindsight-0.1.0.tar.gz (2.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