Daniel Hahler
|
78cd1a07d0
|
Merge pull request #5140 from blueyed/rewrite-name
assertion rewriting: use actual helper name
|
2019-04-17 23:19:38 +02:00 |
Daniel Hahler
|
2b11b2c093
|
Merge pull request #5126 from blueyed/report-get_verbose_word
terminal/reports: use get_verbose_word method
|
2019-04-17 14:43:54 +02:00 |
Daniel Hahler
|
adb8edbae1
|
assertion rewriting: use actual helper name
This makes it easier / possible to grep.
|
2019-04-17 14:41:34 +02:00 |
Anthony Sottile
|
3cff5e252d
|
Merge pull request #5117 from blueyed/cov-terminal
Minor coverage improvements for terminal plugin
|
2019-04-15 14:30:18 -07:00 |
Daniel Hahler
|
7412df0920
|
fixup! terminal: summary_errors: replace if with assert
|
2019-04-15 22:53:31 +02:00 |
Bruno Oliveira
|
df68808d29
|
Merge pull request #5116 from blueyed/cov-pytester
Minor coverage improvements for pytester
|
2019-04-15 14:49:28 -03:00 |
Bruno Oliveira
|
b64d9402ca
|
Merge pull request #5108 from blueyed/summary
terminal summary: display passes after warnings
|
2019-04-15 14:49:01 -03:00 |
Bruno Oliveira
|
24bd51bda0
|
Merge pull request #5131 from blueyed/_getfailureheadline
_getfailureheadline: get head_line property only once
|
2019-04-15 12:23:41 -03:00 |
Daniel Hahler
|
9374114370
|
terminal/reports: add/use _get_verbose_word method
|
2019-04-15 17:06:18 +02:00 |
Daniel Hahler
|
eb13530560
|
_getfailureheadline: get head_line property only once
|
2019-04-15 17:04:51 +02:00 |
Daniel Hahler
|
5530d3e15d
|
Merge pull request #5120 from blueyed/minor
A collection of minor code tweaks
|
2019-04-15 16:32:20 +02:00 |
Daniel Hahler
|
ea79eb5c3f
|
terminal summary: display passes after warnings
This displays passes (with output, `-rP`) before the short summary, and
before any other output from other plugins also.
|
2019-04-15 16:31:42 +02:00 |
Bruno Oliveira
|
c8b904a406
|
Merge pull request #5124 from blueyed/terminal-summary_failures
terminal: revisit summary_failures
|
2019-04-15 11:26:52 -03:00 |
Bruno Oliveira
|
d45fa7b212
|
Merge pull request #5123 from blueyed/clsname
TestReport: use class name in repr
|
2019-04-15 11:25:42 -03:00 |
Daniel Hahler
|
45ba736c81
|
Merge pull request #5128 from blueyed/mark-is
Fix error message with unregistered markers
|
2019-04-15 16:23:54 +02:00 |
Daniel Hahler
|
cc005af47e
|
Fix error message with unregistered markers
|
2019-04-15 10:15:37 +02:00 |
Daniel Hahler
|
20c624efcf
|
terminal: revisit summary_failures
- get the list of reports for teardown sections only once
- do not check option in loop
|
2019-04-15 06:47:51 +02:00 |
Daniel Hahler
|
b2be6c1a30
|
TestReport: use class name in repr
|
2019-04-15 05:47:45 +02:00 |
Daniel Hahler
|
c43a9c83ee
|
doc: pytest_deselected: not only via keywords
|
2019-04-14 23:53:06 +02:00 |
Daniel Hahler
|
e804e419bc
|
remove unnecessary newline
|
2019-04-14 23:53:06 +02:00 |
Daniel Hahler
|
992e7f7771
|
rename variable
|
2019-04-14 23:53:06 +02:00 |
Daniel Hahler
|
bd1a2e6435
|
fix typo
|
2019-04-14 23:53:06 +02:00 |
Daniel Hahler
|
1d137fd2fe
|
minor: LFPlugin: de-indent code by returning if not active
|
2019-04-14 23:53:06 +02:00 |
Daniel Hahler
|
6f0a5789fb
|
Merge master into features
|
2019-04-14 23:22:21 +02:00 |
Daniel Hahler
|
cc78a533ae
|
terminal: summary_errors: replace if with assert
|
2019-04-14 23:17:27 +02:00 |
Daniel Hahler
|
fd0b3e2e8b
|
getreportopt: remove needless if
|
2019-04-14 23:17:27 +02:00 |
Daniel Hahler
|
f3dbe5a308
|
pytester: listoutcomes: assert instead of implicit if
|
2019-04-14 23:00:38 +02:00 |
Daniel Hahler
|
1da8ce65a6
|
pytester: raise_on_kwargs: ignore branch coverage
|
2019-04-14 23:00:38 +02:00 |
Daniel Hahler
|
8fd5a658eb
|
monkeypatch.syspath_prepend: invalidate import cache
This was done with testdir only, and uses the fixed monkeypatch method
there now.
|
2019-04-13 16:15:44 +02:00 |
Anthony Sottile
|
43e7401c91
|
Produce a warning when unknown arguments are passed to pytest.param()
|
2019-04-12 13:00:39 -07:00 |
Anthony Sottile
|
da2e092163
|
pre-commit autoupdate
|
2019-04-12 04:52:47 -07:00 |
Bruno Oliveira
|
19035f4b55
|
Merge pull request #5068 from blueyed/reportchars
Add support for reportchars=A (`-rA`)
|
2019-04-12 08:13:22 -03:00 |
Samuel Searles-Bryant
|
a37d1df089
|
Show XFail reason as part of JUnitXML message field
Fixes #4907
|
2019-04-11 22:26:05 +01:00 |
Daniel Hahler
|
8b2fcf517c
|
Merge master
|
2019-04-11 13:28:36 +02:00 |
Daniel Hahler
|
b3759372ad
|
Merge pull request #5082 from blueyed/pytester-raise_on_kwargs
pytester: improve/fix kwargs validation
|
2019-04-11 00:46:18 +02:00 |
Bruno Oliveira
|
f5d2b199e2
|
Merge pull request #5069 from blueyed/cleanup-summary-to-terminal
cleanup: move terminal summary code to terminal plugin
|
2019-04-10 19:32:01 -03:00 |
Daniel Hahler
|
5d9d12a6be
|
pytester: improve/fix kwargs validation
|
2019-04-10 21:57:45 +02:00 |
Daniel Hahler
|
10fa66e5b5
|
Merge pull request #5059 from blueyed/pytester-popen-run-stdin
pytester: allow passing in stdin to run/popen
|
2019-04-10 20:32:22 +02:00 |
Bruno Oliveira
|
5e26304d81
|
Merge pull request #5075 from blueyed/console_output_style
terminal: console_output_style: document "count" with help
|
2019-04-09 20:54:12 -03:00 |
Bruno Oliveira
|
d0860a339b
|
Merge pull request #5076 from blueyed/_show_progress_info
terminal: store console_output_style in _show_progress_info
|
2019-04-09 20:37:50 -03:00 |
Daniel Hahler
|
ec46864922
|
run: pass through stdin, just close then
|
2019-04-10 00:02:38 +02:00 |
Daniel Hahler
|
c36a90531a
|
Move CLOSE_STDIN to class
|
2019-04-10 00:01:15 +02:00 |
Daniel Hahler
|
a70e5f119e
|
terminal: store console_output_style in _show_progress_info
Avoids ini lookups.
|
2019-04-08 04:34:26 +02:00 |
Daniel Hahler
|
b6b7185b7b
|
terminal: console_output_style: document "count" with help
|
2019-04-08 04:32:53 +02:00 |
Daniel Hahler
|
ff5e98c654
|
Change noqa comment to pragma
|
2019-04-08 03:48:42 +02:00 |
Daniel Hahler
|
2662c400ba
|
dedent
|
2019-04-07 20:04:31 +02:00 |
Daniel Hahler
|
d8d835c1f5
|
minor: use functools.partial
|
2019-04-07 19:49:18 +02:00 |
Daniel Hahler
|
06029d11d3
|
Refactor into TerminalReporter.short_test_summary
|
2019-04-07 19:49:18 +02:00 |
Daniel Hahler
|
c70ecd49ca
|
cleanup: move terminal summary code to terminal plugin
Fixes https://github.com/pytest-dev/pytest/issues/5067.
|
2019-04-07 18:22:04 +02:00 |
Daniel Hahler
|
b4b9f788af
|
Support reportchars=A (really all, including passed)
|
2019-04-07 18:05:33 +02:00 |