Skip to main content

py.test JIRA integration plugin, using markers

Project description

[![Build Status][travisimg]][travis]
[![Code Health][codehealthimg]][codehealth]
[![Code Coverage][codecovimg]][codecov]

# Intro
A [pytest][pytest] plugin for JIRA integration.

This plugin links tests with JIRA tickets. The plugin behaves similar to the [pytest-bugzilla](https://pypi.python.org/pypi/pytest-bugzilla) plugin.

* If the test fails ...

* and the JIRA ticket is still **unresolved** (i.e. not fixed), the test result is **xfail** (e.g. known failure).
* and the JIRA ticket is **resolved** (i.e. fixed), the test result is **fail** (e.g. unexpected failure).

* If the test passed ...

* and the JIRA ticket is still **unresolved** (i.e. not fixed), the test result is **xpassed** (e.g. unexpected pass).
* and the JIRA ticket is **resolved**, the test result is **passed** (e.g. everything works).

The plugin does not close JIRA tickets, or create them. It just allows you to link tests to existing tickets.

This plugin currently assumes the following workflow:

A JIRA issue with status in ['Closed', 'Resolved'] is assumed to be resolved.
All other issues are considered unresolved.

Please feel free to contribute by forking and submitting pull requests or by
submitting feature requests or issues to [issues][githubissues].

## Requires
* pytest >= 2.2.3
* jira >= 0.13
* six

## Installation
``pip install pytest_jira``

## Usage
1. Create a `jira.cfg` in the root of your tests

```ini
[DEFAULT]
url = https://jira.atlassian.com
username = USERNAME (or blank for no authentication)
password = PASSWORD (or blank for no authentication)
```

Options can be overridden with command line options.

``py.test --help``

2. Mark your tests with jira marker and issue id.
``@pytest.mark.jira('issue_id')``

You can put Jira ID into doc string of test case as well.

3. Run py.test with jira option to enable the plugin.
``py.test --jira``

[pytest]: http://pytest.org/latest/
[githubissues]: https://github.com/jlaska/pytest_jira/issues
[travisimg]: https://travis-ci.org/rhevm-qe-automation/pytest_jira.svg?branch=master
[travis]: https://travis-ci.org/rhevm-qe-automation/pytest_jira
[codehealthimg]: https://landscape.io/github/rhevm-qe-automation/pytest_jira/master/landscape.svg?style=flat
[codehealth]: https://landscape.io/github/rhevm-qe-automation/pytest_jira/master
[codecovimg]: https://codecov.io/gh/rhevm-qe-automation/pytest_jira/branch/master/graph/badge.svg
[codecov]: https://codecov.io/gh/rhevm-qe-automation/pytest_jira

Project details


Download files

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

Source Distributions

pytest-jira-0.2.0.zip (19.7 kB view details)

Uploaded Source

pytest-jira-0.2.0.tar.gz (13.4 kB view details)

Uploaded Source

File details

Details for the file pytest-jira-0.2.0.zip.

File metadata

  • Download URL: pytest-jira-0.2.0.zip
  • Upload date:
  • Size: 19.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pytest-jira-0.2.0.zip
Algorithm Hash digest
SHA256 f4d720a3c74db3152975b96d7ad8b6e35f630324234d1f1c00d361cb659b138c
MD5 29417c5be4107037774d2f8d863afc71
BLAKE2b-256 7d95faed4e6123938ef7d8ccaa5097ae06649cd748368f9d09556dea0dfaf5ea

See more details on using hashes here.

File details

Details for the file pytest-jira-0.2.0.tar.gz.

File metadata

  • Download URL: pytest-jira-0.2.0.tar.gz
  • Upload date:
  • Size: 13.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pytest-jira-0.2.0.tar.gz
Algorithm Hash digest
SHA256 1040bfb79ee386e41e0752dc9a5b2126f6af38e745b366965bf7835ec61a6471
MD5 34598bf2dabe8a7470218e05bf9d58f8
BLAKE2b-256 8b9a857fbc80ba29ddf72793117f81178b0daecac782cac1af9d56f8d892643f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page