Skip to content

Releases: rhevm-qe-automation/pytest_jira

Version 0.3.11

09 Sep 17:16
Compare
Choose a tag to compare

Version 0.3.11

  • add retry on JSONDecodeError. fix issue #105 (#106)
  • Dropping support for python 2 (#101)

Version 0.3.10

12 Jun 10:12
Compare
Choose a tag to compare

Version 0.3.10

  • Look in the tests root dir for jira.cfg and not only in the current dir (#100)

Version 0.3.9

12 Dec 14:37
d833245
Compare
Choose a tag to compare

Version 0.3.9

  • Get rid of deprecated warning in pytest 3.6 (#99)

Version 0.3.8

12 Dec 13:23
Compare
Choose a tag to compare

Version 0.3.8

  • Enable using envar for password (#97)
  • Align plugin with pytest version 4.0 (#98)
  • Handle connection errors (#95)

Version 0.3.7

12 Jul 07:52
Compare
Choose a tag to compare

Version 0.3.7

  • Process jira marker during tests collecting (#91)
  • Add supporting of xfail_strict ini parameter (#90)
  • Added keyword option "skipif" to disable issue marker (#89)
  • 401 client exception may occur when invalid creds (#87)

Version 0.3.6

05 Oct 08:15
Compare
Choose a tag to compare

0.3.6

  • Dropping support for python 2.6 (#85)

Version 0.3.5

01 Aug 13:14
Compare
Choose a tag to compare

0.3.5

  • Flipped fixture return value, now return True if issue is open, False if resolved (as it is documented) (#83)
  • Always skip issue when run is False (#82)
  • Fix potential AttributeError (#81)
  • packaging: enforce flake8==3.3.0 for py2.6 (#80)
  • Added docstring to jira_issue fixture (#79)

Version 0.3.4

19 Jul 13:02
Compare
Choose a tag to compare

0.3.4

  • Jira fixture (#77)
  • Use dict.get() in get_issue or missing field will raise KeyError (#76)

Version 0.3.3

13 Jun 08:00
Compare
Choose a tag to compare

0.3.3

  • Added ssl verify parameter into request (#74)

Version 0.3.2

26 May 13:25
Compare
Choose a tag to compare

0.3.2

  • Removed Jira 3rd party dep (#72)
  • Make 'run' parameter configurable (#70)
  • Fixed deprecation warnings (#67)
  • Added py36 matrix and classifier (#64)
  • tests: improve code coverage measurement (#63)
  • Distribute zip as default and do not build doc