GitPedia
allure-framework

allure-framework/allure-pytest

Deprecated, please use https://github.com/allure-framework/allure-python instead

28 Releases
Latest: 8y ago
1.7.10 Release1.7.10Latest
sseliverstovsseliverstov·8y ago·January 10, 2018
GitHub

📋 Changes

  • Small fix to make context wrapper return itself to caller (via #137) tnx to @mshonichev
  • Added ability to set test's description inside test function (via #140) tnx to @maroz
1.7.9 fix ci and add labels for analytics1.7.9
sseliverstovsseliverstov·8y ago·October 18, 2017
GitHub

[About analytics](https://github.com/allure-framework/allure2/blob/master/Analytics.md)

1.7.8 release. Fix incompatibility with pytest 3.2.01.7.8
sseliverstovsseliverstov·8y ago·August 4, 2017
GitHub

tnx to @beriya

1.7.7 release. Python 3 support1.7.7
baevbaev·9y ago·March 26, 2017
GitHub

[commits]: https://github.com/allure-framework/allure-pytest/compare/release-1.7.6...1.7.7 For a full list of changes see [commits][commits].

Release 1.7.6 -- fixes for CI and duplicate tests1.7.6
pupssmanpupssman·9y ago·November 21, 2016
GitHub

Thanks goes to @tbicr for #105

Re-re-re-release of 1.7.31.7.5
pupssmanpupssman·10y ago·June 2, 2016
GitHub

Oh god why

Re-re-release of 1.7.31.7.4b
pupssmanpupssman·10y ago·May 31, 2016
GitHub
Reduce memory consumption1.7.3
pupssmanpupssman·10y ago·May 31, 2016
GitHub

Via #97 by @pupssman

Limit py.test to 2.9..0 tops to fix backward compatibility1.7.2
pupssmanpupssman·10y ago·April 6, 2016
GitHub

Thanks to @monkpit for #95 Also releases #90 -- thanks to @werehuman

Introduce dynamic_issue1.7.1
pupssmanpupssman·10y ago·February 11, 2016
GitHub

Thanks to @pyatil for #84

Actual release of 1.7.01.7.0r
pupssmanpupssman·10y ago·January 11, 2016
GitHub

Second tag to actually release 1.7.0 to pypi after version bump

xdist compatibility1.7.0
mavlyutovmavlyutov·10y ago·January 11, 2016
GitHub

Finally allure pytest plugin supports xdist! All glory and cookies goes to @pupssman

Python 2.6 support1.6.8
mavlyutovmavlyutov·10y ago·October 23, 2015
GitHub

thanks goes to @vfaronov

Internal update1.6.7
mavlyutovmavlyutov·10y ago·July 16, 2015
GitHub

get rid of deprecated `__multicall__` pytest statement

Better Pending message1.6.6
pupssmanpupssman·11y ago·June 11, 2015
GitHub

Thanks to @mavlyutov for #74

Host tags and default severity1.6.5
pupssmanpupssman·11y ago·April 23, 2015
GitHub

Thanks go to @mavlyutov for #72.

Add info about thread and pid in report1.6.4
mavlyutovmavlyutov·11y ago·April 22, 2015
GitHub
bugfixes1.6.3
mavlyutovmavlyutov·11y ago·April 15, 2015
GitHub

📋 Changes

  • update allure.xsd scheme
  • fix testId label-name generation
Testcase links1.6.2
pupssmanpupssman·11y ago·April 15, 2015
GitHub

Via #67 -- thanks goes to @mavlyutov

support newest pytest 2.7.01.6.1
mavlyutovmavlyutov·11y ago·April 3, 2015
GitHub

via #66

Step name parametrization1.6.0
pupssmanpupssman·11y ago·March 31, 2015
GitHub

Now step decorator supports parametrization -- via #65 And some minor fixes -- #59 , #62

Fix six dependency version1.5.4
pupssmanpupssman·11y ago·February 6, 2015
GitHub

Via #58

Python 3 compat + Cancelled/Pending statuses1.5.3
pupssmanpupssman·11y ago·February 5, 2015
GitHub

Via #55 and #56

Add environment handling1.5.2
pupssmanpupssman·11y ago·November 12, 2014
GitHub

Thanks goes to @sergeychipiga for PR #49

1.5.1 re-release1.5.1b
pupssmanpupssman·11y ago·October 16, 2014
GitHub

Blame @pupssman for bad commits

Add allure.issue marker1.5.1
pupssmanpupssman·11y ago·October 16, 2014
GitHub

Via #40 -- thanks goes to @aohontsev See https://github.com/allure-framework/allure-core/wiki/Issues to see how to use that

Support allure-core 1.4.X1.5.0
pupssmanpupssman·11y ago·October 3, 2014
GitHub

Via PR #37 -- thanks goes to @mavlyutov Main change is that now `Severity` are not a special field but just another `Label`. **WARNING** This release introduces binary incompatibility in the `allure.common`'s methods -- see changes.

Travis migration and test refactoring1.4.1
pupssmanpupssman·11y ago·October 1, 2014
GitHub

First automated release -- only internal changes in test machinery and tests.