Thomas Hisch
|
af75ca435b
|
Fix some coding-style issues in the logging plugin
|
2017-10-12 02:19:24 +02:00 |
Thomas Hisch
|
8aed5fecd9
|
Remove test_logging_initialized_in_test
|
2017-10-12 02:19:24 +02:00 |
Thomas Hisch
|
f3261d9418
|
Move logging docu into own rst file
Remove reference of pytest-catchlog plugin in plugins.rst
|
2017-10-12 02:19:24 +02:00 |
Thomas Hisch
|
775f4a6f2f
|
Fix flake8 issue
|
2017-10-12 02:19:24 +02:00 |
Thomas Hisch
|
502652ff02
|
Add preliminary documentation for logging-plugin
|
2017-10-12 02:19:24 +02:00 |
Thomas Hisch
|
0e83511d6d
|
Rename name of registered logging plugin
|
2017-10-12 02:19:24 +02:00 |
Thomas Hisch
|
815dd19fb4
|
Remove unicode literal compat code
|
2017-10-12 02:19:24 +02:00 |
Thomas Hisch
|
1f3ab118fa
|
Remove usage of get_logger_obj
|
2017-10-12 02:19:24 +02:00 |
Thomas Hisch
|
0ec72d0745
|
Improve get_option_ini and get_actual_log_level
|
2017-10-12 02:19:24 +02:00 |
Thomas Hisch
|
69f3bd8336
|
Add changelog entry for catchlog plugin
|
2017-10-12 02:19:24 +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 |
Bruno Oliveira
|
9273e11f21
|
Merge branch 'master' into features
|
2017-09-07 13:59:10 -03:00 |
Bruno Oliveira
|
09349c344e
|
Merge pull request #2757 from nicoddemus/release-3.2.2
Preparing release version 3.2.2
|
2017-09-07 13:54:31 -03:00 |
Ronny Pfannschmidt
|
6967f3070e
|
Merge pull request #2711 from massich/mimic_raises_signature_in_warns
[MRG][feature] Change warns signature to mimic the raises call
|
2017-09-07 13:19:09 +02:00 |
Joan Massich
|
a0c6758202
|
Add changelog
|
2017-09-07 10:51:14 +02:00 |
Joan Massich
|
80d165475b
|
Add documentation
|
2017-09-07 10:28:52 +02:00 |
Joan Massich
|
aa6a67044f
|
Add match_regex functionality to warns
|
2017-09-07 09:58:03 +02:00 |
Bruno Oliveira
|
c52f87ede3
|
Preparing release version 3.2.2
|
2017-09-06 21:37:57 +00:00 |
Bruno Oliveira
|
549f5c1a47
|
Merge pull request #2736 from xuanluong/issue-2604-documents-mark.with_args
[DOC] Add examples for mark.with_args
|
2017-09-06 16:33:01 -03:00 |
Xuan Luong
|
3f8ff7f090
|
[DOC] Add examples for mark.with_args
|
2017-09-06 14:26:28 -04:00 |
Bruno Oliveira
|
b55a4f805f
|
Merge pull request #2744 from nicoddemus/pluggy-master
Add test environment using pluggy from master branch
|
2017-09-06 15:03:19 -03:00 |
Bruno Oliveira
|
d01f08e96f
|
Merge branch 'features' into pluggy-master
|
2017-09-06 13:13:35 -03:00 |
Ronny Pfannschmidt
|
ad36407747
|
Merge pull request #2700 from nicoddemus/staticmethods-fixtures
Allow tests declared as @staticmethod to use fixtures
|
2017-09-06 08:24:00 +02:00 |
Bruno Oliveira
|
e1f2254fc2
|
Merge pull request #2734 from RonnyPfannschmidt/simplify-string-safening
simplyfy ascii escaping by using backslashreplace error handling
|
2017-09-05 21:14:27 -03:00 |
Bruno Oliveira
|
f825b4979b
|
Merge remote-tracking branch 'upstream/master' into features
|
2017-09-05 19:44:33 -03:00 |
Bruno Oliveira
|
3d70727021
|
Improve wording in changelog entry
|
2017-09-05 19:36:53 -03:00 |
Bruno Oliveira
|
1fc185b640
|
Add comment about possible future refactoring in the fixture mechanism
|
2017-09-05 19:28:39 -03:00 |
Bruno Oliveira
|
7d59b2e350
|
Fix call to outcome.force_result
Even though the test is not running at the moment (xfail), at least
we avoid future confusion
|
2017-09-05 19:08:20 -03:00 |