Bruno Oliveira
|
8220c05b01
|
Merge pull request #1245 from RonnyPfannschmidt/howtorelease
add a reminder of the features branch merge to HOWTORELEASE.rst
|
2015-12-09 18:34:41 -02:00 |
Ronny Pfannschmidt
|
d0f5f6676b
|
add a reminder of the features branch merge to HOWTORELEASE.rst
|
2015-12-09 21:20:54 +01:00 |
Ronny Pfannschmidt
|
1c70827f33
|
Merge pull request #1241 from nicoddemus/fix-deprecated-call-args
Fix deprecated_call regression introduced in 2.8.4
|
2015-12-09 06:48:43 +01:00 |
Bruno Oliveira
|
1c46462991
|
Fix deprecated_call regression introduced in 2.8.4
Fix #1238
|
2015-12-08 22:40:05 -02:00 |
Ronny Pfannschmidt
|
ffa572531a
|
Merge pull request #1091 from RonnyPfannschmidt/fix-1074
fix issue 1074 and clean up junitxml
|
2015-12-07 22:13:16 +01:00 |
Ronny Pfannschmidt
|
fde2a6f5fd
|
add changelog entry
|
2015-12-07 21:58:34 +01:00 |
Ronny Pfannschmidt
|
7b7737bf96
|
handle duplicate test ids via collection and xdist each reporting
|
2015-12-07 21:54:25 +01:00 |
Ronny Pfannschmidt
|
04e9ae75c8
|
add xfailing test for double test id failure
|
2015-12-07 21:54:25 +01:00 |
Ronny Pfannschmidt
|
9ea7826427
|
Junitxml: correct node reporter attribute names
|
2015-12-07 21:54:25 +01:00 |
Ronny Pfannschmidt
|
09cc45b0c5
|
junitxml: correct docstring of make_properties_node
|
2015-12-07 21:54:25 +01:00 |
Ronny Pfannschmidt
|
0aa54101c9
|
junitxml: follow Bruno's attribute/method naming hint from the review
|
2015-12-07 21:54:25 +01:00 |
Ronny Pfannschmidt
|
5eef6a2821
|
junitxml: fix python3 compat of the tests
|
2015-12-07 21:54:25 +01:00 |
Ronny Pfannschmidt
|
518c88f149
|
finalize nodereporters by throwing away the intermediate xml nodes, fixes issue #1074
|
2015-12-07 21:54:25 +01:00 |
Ronny Pfannschmidt
|
5f5a7995b9
|
reintroduce junitxml report order and debug cleanups
|
2015-12-07 21:54:24 +01:00 |
Ronny Pfannschmidt
|
0528e5b45f
|
junitxml: intermediate, move testcase generation to NodeReporter
|
2015-12-07 21:54:24 +01:00 |
Ronny Pfannschmidt
|
9b04958303
|
junitxml: keep track of custom property insert order
+ review: should we allow the same key multile times
|
2015-12-07 21:54:24 +01:00 |
Ronny Pfannschmidt
|
faed54d6c7
|
junitxml: use node.warn to ensure fslocations
|
2015-12-07 21:54:24 +01:00 |
Ronny Pfannschmidt
|
1f609f96e6
|
junitxml: introduce nodereporter and track durations/properties there
|
2015-12-07 21:54:24 +01:00 |
Ronny Pfannschmidt
|
0664ae137c
|
junitxml: remove debug print
|
2015-12-07 21:54:24 +01:00 |
Ronny Pfannschmidt
|
d0107c898e
|
junitxml restrucutre stat generation - use node tags
|
2015-12-07 21:54:24 +01:00 |
Ronny Pfannschmidt
|
9128fec4c4
|
junitxml: simplify the api used for testing junitml
|
2015-12-07 21:54:24 +01:00 |
Ronny Pfannschmidt
|
80bcf8d624
|
junitxml: simplify tests by creating a api wrapper
|
2015-12-07 21:54:24 +01:00 |
Ronny Pfannschmidt
|
b8df5446c0
|
junitxml: yapf clean the tests
|
2015-12-07 21:54:24 +01:00 |
Ronny Pfannschmidt
|
2a31df072b
|
junitxml: reverse the if/else logic for failure appending
|
2015-12-07 21:54:24 +01:00 |
Ronny Pfannschmidt
|
02f5defd89
|
yapf junitxml
|
2015-12-07 21:54:24 +01:00 |
Bruno Oliveira
|
efb5332023
|
Merge pull request #1186 from RonnyPfannschmidt/fix-manifest
fix #1185 - ensure MANIFEST.in exactly matches what should go to a sdist
|
2015-12-07 13:48:39 -02:00 |
Ronny Pfannschmidt
|
b9908cc036
|
Merge pull request #1228 from pytest-dev/pytest-2.8.4
finish the release process of pytest 2.8.4
|
2015-12-06 20:32:52 +01:00 |
Ronny Pfannschmidt
|
c727860241
|
bump to 2.8.5.dev
|
2015-12-06 20:31:14 +01:00 |
Ronny Pfannschmidt
|
8c17c7cd12
|
correct copy&paste error in the release announcement version number
|
2015-12-06 17:44:08 +01:00 |
Ronny Pfannschmidt
|
b7459b8a64
|
finish release announcement
|
2015-12-06 16:46:44 +01:00 |
Ronny Pfannschmidt
|
b920f09a95
|
doc regen for release 2.8.4
|
2015-12-06 16:14:23 +01:00 |
Ronny Pfannschmidt
|
a3353c49fd
|
prepare release 2.8.4 - changelog updates + version bump
|
2015-12-06 16:13:55 +01:00 |
Ronny Pfannschmidt
|
a4a12b8356
|
Merge pull request #1227 from nicoddemus/warn-deprecated-call
Add a note about how DeprecationWarning and PendingDeprecationWarning are treated differently
|
2015-12-06 10:52:58 +01:00 |
Ronny Pfannschmidt
|
13ae2fe28b
|
adopt review comment of #1186
|
2015-12-06 10:24:24 +01:00 |
Ronny Pfannschmidt
|
141a463fed
|
fix #1185 - ensure MANIFEST.in exactly matches what should go to a sdist
|
2015-12-06 10:24:24 +01:00 |
Ronny Pfannschmidt
|
f508a52ca9
|
Merge pull request #1225 from pytest-dev/skipping-docs-inconsistency
Fix inconsistency in skipif example
|
2015-12-05 20:44:01 +01:00 |
Bruno Oliveira
|
b48a02fdb1
|
Add a note about how DeprecationWarning and PendingDeprecationWarning are treated differently
Fix #1026
|
2015-12-05 13:53:58 -02:00 |
Bruno Oliveira
|
382efc6363
|
Fix same inconsistency in next example
|
2015-12-05 00:43:06 -02:00 |
Bruno Oliveira
|
1bed514eb6
|
Fix inconsistency in skipif example
Fix #1224
|
2015-12-05 00:35:31 -02:00 |
Bruno Oliveira
|
41f19796e8
|
Merge pull request #1212 from nicoddemus/goodpractices
Goodpractises docs reorganization/review
|
2015-12-05 00:27:28 -02:00 |
Ronny Pfannschmidt
|
427e6c3b4d
|
Merge pull request #1222 from nicoddemus/pastebin-unicode
Fix #1222 - pastebin when captured output contains non-ascii characters
|
2015-12-04 07:10:49 +01:00 |
Bruno Oliveira
|
14bc3c4009
|
Fix pastebin when captured output contains non-ascii characters
Fix #1219
|
2015-12-03 20:07:18 -02:00 |
Florian Bruhin
|
7e063eec08
|
Merge pull request #1221 from jeffwidman/patch-1
Fix typo: previosuly --> previously
|
2015-12-03 21:25:40 +01:00 |
Jeff Widman
|
61934ae82d
|
Fix typo: previosuly --> previously
|
2015-12-03 11:56:18 -08:00 |
Bruno Oliveira
|
8c74bb0d25
|
Improve description on how pytest starts test collection in goodpractises
|
2015-12-03 01:01:34 -02:00 |
Bruno Oliveira
|
bb4771cedf
|
Remove promise about documenting how to create a zipped pytest
|
2015-12-03 00:13:16 -02:00 |
Bruno Oliveira
|
9475cd3fb8
|
Replace "--assertmode=off" by "--assert=plain"
Fix #1214
|
2015-12-02 18:39:32 -02:00 |
Bruno Oliveira
|
464e16deca
|
Removed incorrect note about genscript requiring wheels
|
2015-12-02 18:33:53 -02:00 |
Bruno Oliveira
|
d9b78f2a95
|
Remove reference to distutils
|
2015-12-02 18:30:12 -02:00 |
Ronny Pfannschmidt
|
7232b45f25
|
Merge pull request #1213 from nicoddemus/pastebin-py3
merge Pastebin py3 support
also closes #1202 and fixes #1198
|
2015-12-02 09:08:50 +01:00 |