Ronny Pfannschmidt
|
a33650953a
|
remove unused import
|
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 |
Ronny Pfannschmidt
|
761d552814
|
Merge pull request #2815 from xuanluong/issue-1997-document-xpass
Add mention of xpass in skip/xfail documentation
|
2017-10-06 06:51:35 +02:00 |
Xuan Luong
|
4bc6ecb8a5
|
Add mention of xpass in skip/xfail documentation
|
2017-10-05 20:14:45 -04:00 |
George Y. Kussumoto
|
0668a6c6d3
|
Add myself to authors file
|
2017-10-04 22:14:29 -03:00 |
George Y. Kussumoto
|
03ce0adb79
|
Fix: handle CollectReport in folded_skips function
|
2017-10-04 19:18:55 -03:00 |
Bruno Oliveira
|
e7a4d3d8cf
|
Merge remote-tracking branch 'upstream/master' into features
|
2017-10-04 17:28:34 -03:00 |
Bruno Oliveira
|
9ee0a1f5c3
|
Merge pull request #2813 from nicoddemus/release-3.2.3
Preparing release version 3.2.3
|
2017-10-04 17:27:36 -03:00 |
Bruno Oliveira
|
6b91bc88de
|
Preparing release version 3.2.3
|
2017-10-03 21:42:34 +00:00 |
Ronny Pfannschmidt
|
61eb20df71
|
Merge pull request #2810 from nicoddemus/issue-2809
Fix warning about non-ascii warnings even when they are ascii
|
2017-10-03 20:56:23 +02:00 |
Bruno Oliveira
|
df6d5cd4e7
|
Use ascii_escaped to escape unicode warnings
|
2017-10-03 12:19:37 -03: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 |
George Y. Kussumoto
|
59f66933cd
|
Update documentation example of pytest.skip(allow_module_level=True)
|
2017-10-02 21:26:00 -03:00 |
George Y. Kussumoto
|
c1aa63c0bb
|
Fix docstring alignment and typos
|
2017-10-02 21:24:52 -03:00 |
George Y. Kussumoto
|
e4a6e52b81
|
Update skipping documentation to include usage of allow_module_level kwarg
|
2017-10-02 21:07:21 -03:00 |
George Y. Kussumoto
|
06307be15d
|
Add initial tests using skip with allow_module_level kwarg
|
2017-10-02 21:07:21 -03:00 |
George Y. Kussumoto
|
79d3353081
|
Add allow_module_level kwarg to skip helper
|
2017-10-02 21:07:21 -03:00 |
Bruno Oliveira
|
6690b8a444
|
Merge pull request #2807 from xuanluong/issue-1442-mention-not--k-help
[doc] Add example of -k 'not test' in help text
|
2017-10-01 14:32:34 -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 |
Ronny Pfannschmidt
|
d132c502e6
|
Merge pull request #2804 from nicoddemus/terminal-reporter-tw-2803
Deprecate TerminalReporter._tw
|
2017-09-28 10:01:24 +02:00 |
Bruno Oliveira
|
3b30c93f73
|
Deprecate TerminalReporter._tw
Fix #2803
|
2017-09-27 17:16:34 -03:00 |
Bruno Oliveira
|
c0c859ce99
|
Merge pull request #2799 from blueyed/cleanup-tox.ini
minor: cleanup tox.ini
|
2017-09-27 15:36:10 -03:00 |
Bruno Oliveira
|
22f338d74d
|
Refactor some names for better understanding and consistency
|
2017-09-26 20:09:42 -03:00 |
Bruno Oliveira
|
9919269ed0
|
Allow to use capsys and capfd in other fixtures
Fix #2709
|
2017-09-26 20:09:36 -03:00 |
Daniel Hahler
|
87596714bf
|
minor: cleanup tox.ini
|
2017-09-27 00:45:10 +02:00 |
Thomas Hisch
|
296ac5c476
|
Add thisch to AUTHORS
|
2017-09-26 23:24:27 +02:00 |
Thomas Hisch
|
ad21d5cac4
|
Remove pytest-capturelog backward compat code
|
2017-09-26 23:24:27 +02:00 |
Thomas Hisch
|
2559ec8bdb
|
use 'formatter' kwarg of catching_logs
|
2017-09-22 22:27:50 +02:00 |
Thomas Hisch
|
207f153ec1
|
Remove logging_at_level ctx manager
|
2017-09-22 22:27:50 +02:00 |
Thomas Hisch
|
3a4011585f
|
catching_logs: Remove usage of 'closing' ctx manager
The 'closing' context manager is only needed for the log_file_handler.
|
2017-09-22 22:27:50 +02:00 |
Thomas Hisch
|
57f66a455a
|
catching_logs: Remove unused 'filter' kwarg
|
2017-09-22 22:27:50 +02:00 |
Thomas Hisch
|
e41fd52e8c
|
Introduce live_logs context manager
|
2017-09-22 22:27:50 +02:00 |
Thomas Hisch
|
08f6b5f4ea
|
Use pytest.hookimpl instead of pytest.mark.hookwrapper
pytest.mark.hookwrapper seems to be used nowhere in the _pytest package.
|
2017-09-22 22:27:50 +02:00 |
Thomas Hisch
|
d13e17cf51
|
Don't modify the 'config' object in __init__
|
2017-09-22 22:27:50 +02:00 |
Thomas Hisch
|
f1f6109255
|
Remove _catchlog_ prefix
|
2017-09-22 22:27:50 +02:00 |
Thomas Hisch
|
87b8dc5afb
|
Move 'config' handling from pytest_configure to __init__
|
2017-09-22 22:27:50 +02:00 |
Thomas Hisch
|
fc965c1dc5
|
Remove outdated docstring
|
2017-09-22 22:27:50 +02:00 |
Thomas Hisch
|
a1bd54e4ea
|
Clean-up LogCaptureHandler
|
2017-09-22 22:27:50 +02:00 |
Thomas Hisch
|
36cceeb10e
|
Set type of log_print ini-variable to 'bool'
|
2017-09-22 22:27:50 +02:00 |
Thomas Hisch
|
3e71a50403
|
Remove unneeded sys import from unittest
|
2017-09-22 22:27:50 +02:00 |
Thomas Hisch
|
98209e92ee
|
Remove superfluous whitespace in docstring
|
2017-09-22 22:27:50 +02:00 |
Thomas Hisch
|
1bea7e6985
|
Cleanup pytest_addoption
|
2017-09-22 22:27:50 +02:00 |
Thomas Hisch
|
1ba219e0da
|
Adapt (logging) unittest
|
2017-09-22 22:27:50 +02:00 |
Thomas Hisch
|
a8e3effb6c
|
Upgrade py
|
2017-09-22 22:27:49 +02:00 |
Thomas Hisch
|
ca46f4fe2a
|
Remove conftest
|
2017-09-22 22:27:49 +02:00 |
Thomas Hisch
|
5130f5707f
|
Fix name clash
|
2017-09-22 22:27:49 +02:00 |
Thomas Hisch
|
6607478b23
|
Add unittests for LoggingPlugin (excluding perf tests)
|
2017-09-22 22:27:49 +02:00 |
Thomas Hisch
|
8eafbd05ca
|
Merge the pytest-catchlog plugin
|
2017-09-22 22:27:49 +02:00 |