Ronny Pfannschmidt
|
d00e2da6e9
|
Merge pull request #2881 from dawran6/2658
Document pytest.param
|
2017-10-30 09:36:33 +01:00 |
|
Thomas Hisch
|
2f993af54a
|
Fix context output handling for doctests
Show full context of doctest source in the pytest output, if the lineno of
failed example in the docstring is < 9.
|
2017-10-29 20:06:10 +00:00 |
|
Daw-Ran Liou
|
af5e9238c8
|
Document pytest.param
Append example for pytest.param in the example/parametrize document.
|
2017-10-28 14:25:09 -07:00 |
|
Samuel Dion-Girardeau
|
8e28815d44
|
Add changelog entry for issue #2879
|
2017-10-28 15:08:07 -04:00 |
|
Ronny Pfannschmidt
|
4a436f2255
|
move responsibility for parameterset extraction into parameterset class
|
2017-10-27 17:55:07 +02:00 |
|
Ronny Pfannschmidt
|
def471b975
|
Merge pull request #2869 from nicoddemus/merge-master-into-features
Merge master into features
|
2017-10-25 09:08:08 +02:00 |
|
Ronny Pfannschmidt
|
f743e95cfc
|
Merge pull request #2791 from OfirOshir/features
bugfix for issue #2491
|
2017-10-25 09:04:01 +02:00 |
|
Bruno Oliveira
|
0b540f98b1
|
Merge pull request #2864 from bilderbuchi/fix-1505
Introduce a dedicated section about conftest.py
|
2017-10-24 20:12:46 -02:00 |
|
Bruno Oliveira
|
bdab29fa3d
|
Merge pull request #2867 from Perlence/ini-markers-whitespace
Strip whitespace from markers in INI config
|
2017-10-24 20:11:20 -02:00 |
|
Bruno Oliveira
|
6821d36ca5
|
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
|
2017-10-24 19:57:14 -02:00 |
|
Sviatoslav Abakumov
|
52aadcd7c1
|
Strip whitespace from markers in INI config
Resolves #2856.
|
2017-10-24 14:18:39 +03:00 |
|
Christoph Buchner
|
e23af009f9
|
Introduce a dedicated section about conftest.py
Also reorganize conftest-related content a bit.
Closes #1505, closes #1770.
|
2017-10-23 22:11:09 +02:00 |
|
Tom Dalton
|
655ab0bf8b
|
Address more review comments, fix massive bug I reintroduced in the node-splitting code :-/
|
2017-10-23 17:49:49 +01:00 |
|
Tom Dalton
|
f003914d4b
|
Add changelog entry for #2836
|
2017-10-23 15:37:02 +01:00 |
|
Ronny Pfannschmidt
|
083084fcbc
|
Merge pull request #2842 from ceridwen/features
Use funcsigs and inspect.signature to do function argument analysis
|
2017-10-20 07:49:08 +02:00 |
|
Ceridwen
|
3da28067f3
|
Replace introspection in compat.getfuncargnames() with inspect/funcsigs.signature
|
2017-10-19 16:01:26 -07:00 |
|
Bruno Oliveira
|
5c71151967
|
Add more text to the 2.6 and 3.3 announcement
The text was a bit short for this important announcement.
|
2017-10-19 20:48:23 -02:00 |
|
Ronny Pfannschmidt
|
3f9f4be070
|
Merge pull request #2845 from jespino/fix/2832
Adding Failed exception to manage maxfail behavior
|
2017-10-19 09:12:11 +02:00 |
|
Bruno Oliveira
|
4cb60dac3d
|
Merge pull request #2850 from bilderbuchi/docs-911
Add documentation about python -m pytest invocation.
|
2017-10-18 19:44:52 -02:00 |
|
Bruno Oliveira
|
a7a39f1364
|
Update CHANGELOG formatting
|
2017-10-18 19:26:10 -02:00 |
|
Bruno Oliveira
|
e81b275eda
|
Update formatting in CHANGELOG
|
2017-10-18 18:54:44 -02:00 |
|
Bruno Oliveira
|
537fc3c315
|
Merge pull request #2824 from dirk-thomas/pytest_addopts_before_initini
get PYTEST_ADDOPTS before calling _initini
|
2017-10-18 18:35:12 -02:00 |
|
Christoph Buchner
|
46cc9ab77c
|
Add documentation about python -m pytest invocation.
|
2017-10-18 21:30:56 +02:00 |
|
ApaDoctor
|
cfd16d0dac
|
provide error fixture applied to the same func
provide error fixture applied to the same func
provide error fixture applied to the same func
|
2017-10-18 12:01:08 +02:00 |
|
Christoph Buchner
|
baadd569e8
|
Clarify the documentation of fixture scopes. Closes #538.
|
2017-10-17 23:42:32 +02:00 |
|
Jesús Espino
|
00d3abe6dc
|
Adding Failed exception to manage maxfail behavior
|
2017-10-17 21:32:20 +02:00 |
|
Bruno Oliveira
|
843872b501
|
Improve formatting in 502.feature file
|
2017-10-16 21:07:57 -02:00 |
|
je
|
eaf38c7239
|
call path.read(), add tests, add news fragment
|
2017-10-14 00:49:54 +08:00 |
|
Ronny Pfannschmidt
|
c750a5beec
|
Merge pull request #2794 from thisch/catchlog
Merge pytest-catchlog plugin
|
2017-10-12 09:02:46 +02:00 |
|
Ronny Pfannschmidt
|
df37cdf51f
|
Merge pull request #2808 from georgeyk/allow-module-level-skip
Allow module level skip
|
2017-10-12 06:50:53 +02:00 |
|
Thomas Hisch
|
69f3bd8336
|
Add changelog entry for catchlog plugin
|
2017-10-12 02:19:24 +02:00 |
|
Dirk Thomas
|
ed7aa074aa
|
add changelog file for #2824
|
2017-10-11 09:41:14 -07:00 |
|
Ronny Pfannschmidt
|
dd45f8ba6c
|
Merge pull request #2822 from RonnyPfannschmidt/nomore-py26
Nomore py26
|
2017-10-10 07:00:08 +02:00 |
|
Bruno Oliveira
|
059455b45d
|
Merge pull request #2773 from RonnyPfannschmidt/fix-markeval-2767
refactor mark evaluators
|
2017-10-09 12:17:15 -03:00 |
|
Ronny Pfannschmidt
|
88366b393c
|
start the removal of python 2.6/3.3 support
|
2017-10-09 16:35:33 +02:00 |
|
Ronny Pfannschmidt
|
9b0ce535c9
|
Merge pull request #2801 from nicoddemus/capture-fixture
Allow fixtures to use capsys and capfd
|
2017-10-09 15:26:50 +02:00 |
|
Ronny Pfannschmidt
|
8a6bdb282f
|
fix changelog entry
|
2017-10-09 15:21:06 +02:00 |
|
Leonard Lausen
|
48b5c13f73
|
Add changelog for #2819
|
2017-10-08 12:33:02 +09:00 |
|
Ronny Pfannschmidt
|
9ad2b75038
|
skipping: replace _evalskip with a more consistent _skipped_by_mark
|
2017-10-06 10:44:49 +02:00 |
|
Ronny Pfannschmidt
|
667e70f555
|
switch out the placeholder MarkEvaluator in unittest plugin
|
2017-10-06 10:44:49 +02:00 |
|
Xuan Luong
|
4bc6ecb8a5
|
Add mention of xpass in skip/xfail documentation
|
2017-10-05 20:14:45 -04:00 |
|
Bruno Oliveira
|
e7a4d3d8cf
|
Merge remote-tracking branch 'upstream/master' into features
|
2017-10-04 17:28:34 -03:00 |
|
Bruno Oliveira
|
6b91bc88de
|
Preparing release version 3.2.3
|
2017-10-03 21:42:34 +00:00 |
|
Bruno Oliveira
|
fbb9e9328b
|
Fix warning about non-ascii warnings even when they are ascii
Fix #2809
|
2017-10-03 07:39:53 -03:00 |
|
George Y. Kussumoto
|
9824499396
|
Add 2808.feature changelog entry
|
2017-10-02 21:26:29 -03:00 |
|
Xuan Luong
|
7093d8f65e
|
Add example of -k 'not test' in help text
|
2017-09-30 18:43:20 -04:00 |
|
Bruno Oliveira
|
f9589f7b64
|
Resume output capturing after capsys/capfd.disabled() context manager
Fix #1993
|
2017-09-29 17:24:31 -03:00 |
|
Bruno Oliveira
|
3b30c93f73
|
Deprecate TerminalReporter._tw
Fix #2803
|
2017-09-27 17:16:34 -03:00 |
|
Bruno Oliveira
|
9919269ed0
|
Allow to use capsys and capfd in other fixtures
Fix #2709
|
2017-09-26 20:09:36 -03:00 |
|
OfirOshir
|
d96869ff66
|
fixing cr
|
2017-09-20 09:45:40 +03:00 |
|