Bruno Oliveira
|
05008f6b55
|
Preparing release version 5.3.1
|
2019-11-25 14:32:37 -03:00 |
Claudio Madotto
|
83182b82ea
|
Merge branch 'bugfix-5430-pass-logs-to-junit-report' of https://github.com/zupermanzupereroe/pytest into bugfix-5430-pass-logs-to-junit-report
|
2019-11-25 13:00:04 +01:00 |
Claudio Madotto
|
31d5cedc6d
|
Avoid duplicating system-out and system-error tags
|
2019-11-25 12:59:03 +01:00 |
Claudio Madotto
|
91b3ff1bb7
|
Create changelog file and update AUTHORS
|
2019-11-25 12:59:03 +01:00 |
Claudio Madotto
|
b66dc80008
|
Fix for issue #5430 - junit-xml: logs are not passed to junit report for tests failed not in a teardown phase
|
2019-11-25 12:59:03 +01:00 |
zupermanzupereroe
|
69ad2026f6
|
Merge pull request #1 from pytest-dev/master
Update repository
|
2019-11-25 12:56:54 +01:00 |
Anthony Sottile
|
9d900930db
|
Merge pull request #6242 from nicoddemus/testdir-changelog
Add link to testdir fixture in CHANGELOG entry
|
2019-11-24 17:23:02 -08:00 |
Daniel Hahler
|
47ae1fb36b
|
Merge pull request #6271 from blueyed/typing
typing: minor improvements
|
2019-11-25 01:49:34 +01:00 |
Daniel Hahler
|
a8230d77f4
|
Merge pull request #6270 from blueyed/docs-log_cli
docs: add missing `log_cli` confval
|
2019-11-24 23:21:49 +01:00 |
Daniel Hahler
|
b7d908f4a5
|
Merge pull request #6269 from blueyed/docs
tox: docs: --keep-going and posargs
|
2019-11-24 23:21:26 +01:00 |
Daniel Hahler
|
bc7282576f
|
typing: minor improvements
|
2019-11-24 23:20:03 +01:00 |
Daniel Hahler
|
b9dd0e6210
|
docs: add missing `log_cli` confval
|
2019-11-24 22:34:15 +01:00 |
Daniel Hahler
|
57f3dc19b9
|
tox: docs: --keep-going and posargs
`--keep-going` makes sense with `-W` to see all warnings/errors.
`{posargs:}` is useful for passing in custom args.
|
2019-11-24 22:21:08 +01:00 |
Daniel Hahler
|
d7d5cf4136
|
Merge pull request #6215 from blueyed/cleanup-exc
_idval: remove trailing newline from exception
|
2019-11-24 20:29:46 +01:00 |
Florian Bruhin
|
ed67312bca
|
Merge pull request #6268 from felixonmars/patch-2
Correct a typo in _pytest/config/__init__.py
|
2019-11-24 17:04:26 +01:00 |
Claudio Madotto
|
2d24c062b6
|
Avoid duplicating system-out and system-error tags
|
2019-11-24 16:33:17 +01:00 |
Claudio Madotto
|
d940d0b657
|
Create changelog file and update AUTHORS
|
2019-11-24 16:08:45 +01:00 |
Claudio Madotto
|
f9f092a5e6
|
Fix for issue #5430 - junit-xml: logs are not passed to junit report for tests failed not in a teardown phase
|
2019-11-24 15:20:02 +01:00 |
Felix Yan
|
b7bc52f770
|
Correct a typo in _pytest/config/__init__.py
|
2019-11-24 20:28:10 +08:00 |
Bruno Oliveira
|
a3c8246b60
|
Node from parent (#5975)
Node from parent
|
2019-11-23 20:34:48 -03:00 |
Ronny Pfannschmidt
|
15ffe63204
|
update doc examples **untested**
|
2019-11-23 21:54:11 +01:00 |
Ronny Pfannschmidt
|
c99c7d0f95
|
deprecate direct node construction and introduce Node.from_parent
|
2019-11-23 21:54:11 +01:00 |
Bruno Oliveira
|
886b8d27c6
|
Merge pull request #5984 from phloose/acceptance-tests_pytest-dev/pytest/#4445
Add acceptance tests for "config warnings" stacklevel (#4445)
|
2019-11-22 19:45:41 -03:00 |
Daniel Hahler
|
d1eb89d694
|
Merge pull request #6086 from kondratyev-nv/master
Fix line detection for properties in doctest tests
|
2019-11-22 23:09:10 +01:00 |
Daniel Hahler
|
a4408eb9c1
|
Merge pull request #6219 from blueyed/testdir-use-monkeypatch
pytester: remove special handling of env during inner runs
|
2019-11-22 22:41:48 +01:00 |
Daniel Hahler
|
b0ebcfb785
|
pytester: remove special handling of env during inner runs
Closes https://github.com/pytest-dev/pytest/issues/6213.
|
2019-11-22 21:50:31 +01:00 |
Nikolay Kondratyev
|
5e097970df
|
Fix line detection for properties in doctest tests
Co-Authored-By: Daniel Hahler <github@thequod.de>
|
2019-11-22 23:50:20 +03:00 |
Philipp Loose
|
a02310a140
|
Add stacklevel tests for warnings, 'location' to pytest_warning_captured
Resolves #4445 and #5928 (thanks to allanlewis)
Add CHANGELOG for location parameter
|
2019-11-22 17:50:00 -03:00 |
Daniel Hahler
|
0601f5cdad
|
Merge pull request #6261 from blueyed/stats-keys
terminal: _get_main_color: help pytest-parallel
|
2019-11-22 17:12:33 +01:00 |
Daniel Hahler
|
a7268aaa5d
|
Merge pull request #6258 from blueyed/notify_exception-handle-exit-exc-upstream
main: wrap_session: handle exit.Exception with notify_exception
|
2019-11-22 05:49:04 +01:00 |
Daniel Hahler
|
1f736a663d
|
terminal: _get_main_color: help pytest-parallel
Use `dict.keys()` to work around `__iter__` not working with a
multiprocessing DictProxy.
Ref: https://github.com/python/cpython/pull/17333
Fixes https://github.com/pytest-dev/pytest/issues/6254.
Ref: https://github.com/browsertron/pytest-parallel/issues/36
|
2019-11-22 05:48:10 +01:00 |
Daniel Hahler
|
2344982d7f
|
main: wrap_session: handle exit.Exception with notify_exception
Fixes https://github.com/pytest-dev/pytest/issues/6257.
Via https://github.com/blueyed/pytest/pull/132.
|
2019-11-21 22:50:33 +01:00 |
Daniel Hahler
|
2fa0518e89
|
Merge pull request #6259 from blueyed/merge-master-into-features
Merge master into features
|
2019-11-21 22:48:53 +01:00 |
Daniel Hahler
|
df0c652333
|
Merge master into features
|
2019-11-21 20:31:52 +01:00 |
Daniel Hahler
|
63c9ad02f4
|
Merge pull request #6252 from blueyed/minor-changelog
CHANGELOG: two minor fixes/improvements
|
2019-11-21 18:44:41 +01:00 |
Daniel Hahler
|
8b7aeefd7d
|
Merge pull request #6248 from blueyed/default-role
docs: configure default_role=literal
|
2019-11-21 18:44:17 +01:00 |
Bruno Oliveira
|
f1ac0eeef0
|
Remove sys.last_traceback attribute using del instead of settin… (#6256)
Remove sys.last_traceback attribute using del instead of setting to None
|
2019-11-21 11:16:19 -03:00 |
Mark Dickinson
|
82424c9270
|
Fix reST markup.
|
2019-11-21 13:37:17 +00:00 |
Mark Dickinson
|
dbb8c146f0
|
Use proper reST attribute markup.
|
2019-11-21 13:22:34 +00:00 |
Mark Dickinson
|
8d686a8e46
|
Add self to AUTHORS
|
2019-11-21 13:14:19 +00:00 |
Mark Dickinson
|
9d1082bd30
|
Add changelog file.
|
2019-11-21 13:13:36 +00:00 |
Bruno Oliveira
|
490c7c7262
|
Add develop instructions to CONTRIBUTING (#6249)
Add develop instructions to CONTRIBUTING
|
2019-11-21 10:07:00 -03:00 |
Mark Dickinson
|
2ffbe41ae5
|
clear sys.last_traceback via del instead of = None
|
2019-11-21 13:06:47 +00:00 |
Bruno Oliveira
|
8f2fd8ffc0
|
Add develop instructions to CONTRIBUTING
From: https://github.com/pytest-dev/pytest/pull/6244
|
2019-11-21 10:06:32 -03:00 |
Mark Dickinson
|
64eb9ea670
|
Modify test for new expected behaviour
|
2019-11-21 11:50:40 +00:00 |
Ran Benita
|
5820c5c5a6
|
Merge pull request #6241 from bluetech/type-annotations-9
Add type annotations to _pytest.config.argparsing and corresponding Config code
|
2019-11-21 13:33:13 +02:00 |
Zac Hatfield-Dodds
|
7e10c8191d
|
Added link checking to tox and release.py (#5614)
Added link checking to tox and release.py
|
2019-11-21 16:46:13 +11:00 |
Daniel Hahler
|
6659fe0edc
|
CHANGELOG: two minor fixes/improvements
|
2019-11-21 06:20:57 +01:00 |
Daniel Hahler
|
4ee984ff0a
|
Merge pull request #6250 from blueyed/tbh
pytester: LineMatcher: __tracebackhide__ with _fail
|
2019-11-21 04:26:20 +01:00 |
Daniel Hahler
|
b96e0a71a6
|
pytester: LineMatcher: __tracebackhide__ with _fail
Follow-up to 2228ccb (gone lost in resolving the conflict).
|
2019-11-21 01:23:36 +01:00 |