Anthony Sottile
|
937f945946
|
Merge pull request #5386 from asottile/backport_5384
[4.6] Remove --recreate from .travis.yml (#5384)
|
2019-06-03 19:54:30 -07:00 |
Bruno Oliveira
|
829a5986e8
|
Remove --recreate from .travis.yml (#5384)
Remove --recreate from .travis.yml
|
2019-06-03 19:26:04 -07:00 |
Anthony Sottile
|
54dbfb5167
|
Merge pull request #5379 from asottile/release-4.6.2
Preparing release version 4.6.2
|
2019-06-03 12:19:07 -07:00 |
Anthony Sottile
|
70f0b77c72
|
Preparing release version 4.6.2
|
2019-06-03 10:43:09 -07:00 |
Anthony Sottile
|
2a8b463b38
|
Merge pull request #5376 from asottile/backport_5373
[4.6] Merge pull request #5373 from asottile/revert_all_handling
|
2019-06-03 10:18:37 -07:00 |
Anthony Sottile
|
12bf458719
|
Merge pull request #5373 from asottile/revert_all_handling
Revert unrolling of `all()`
|
2019-06-03 09:20:48 -07:00 |
Anthony Sottile
|
114dba56f8
|
Merge pull request #5362 from asottile/release-4.6.1
Preparing release version 4.6.1
|
2019-06-02 11:43:41 -07:00 |
Anthony Sottile
|
abb853f482
|
Preparing release version 4.6.1
|
2019-06-02 10:09:51 -07:00 |
Anthony Sottile
|
8208a376cc
|
Merge pull request #5361 from asottile/backport_5360
[4.6] Fix all() unroll for non-generators/non-list comprehensions (#5360)
|
2019-06-02 10:04:31 -07:00 |
Bruno Oliveira
|
f078984c2e
|
Fix all() unroll for non-generators/non-list comprehensions (#5360)
Fix all() unroll for non-generators/non-list comprehensions
|
2019-06-02 09:12:39 -07:00 |
Bruno Oliveira
|
dba62f8a46
|
[4.6] Fix `pytest.mark.parametrize` when the argvalue is an iterator (#5357)
[4.6] Fix `pytest.mark.parametrize` when the argvalue is an iterator
|
2019-06-01 19:58:06 -03:00 |
Anthony Sottile
|
f7bf914108
|
Fix `pytest.mark.parametrize` when the argvalue is an iterator
|
2019-06-01 15:10:33 -07:00 |
Anthony Sottile
|
917195ea8e
|
Merge pull request #5350 from asottile/release-4.6.0
Release 4.6.0
|
2019-06-01 11:10:57 -07:00 |
Anthony Sottile
|
e7cd00ac92
|
Preparing release version 4.6.0
|
2019-05-31 23:12:57 -07:00 |
Daniel Hahler
|
693c3b7f61
|
Merge pull request #5349 from asottile/mm
Merge master into features
|
2019-05-31 06:35:00 +02:00 |
Anthony Sottile
|
fb3ae5eaa9
|
Merge remote-tracking branch 'origin/master' into mm
|
2019-05-30 20:23:38 -07:00 |
Bruno Oliveira
|
c8d23c206b
|
logging: Improve formatting of multiline message (#5312)
logging: Improve formatting of multiline message
|
2019-05-30 21:42:41 -03:00 |
Bruno Oliveira
|
c5de8e8c50
|
ci: Travis: add pypy3 to allowed failures temporarily (#5340)
ci: Travis: add pypy3 to allowed failures temporarily
|
2019-05-30 21:37:55 -03:00 |
Bruno Oliveira
|
f360147758
|
Avoiding looking upwards for parameter argnames when generating fixtu… (#5254)
Avoiding looking upwards for parameter argnames when generating fixtu…
|
2019-05-30 21:08:15 -03:00 |
Victor Maryama
|
65bd1b8a93
|
Avoiding looking upwards for parameter argnames when generating fixtureinfo.
|
2019-05-30 23:42:04 +02:00 |
Daniel Hahler
|
882f3a4cd7
|
Merge pull request #5306 from blueyed/spawn-home
pytester: use temporary HOME with spawn
|
2019-05-30 20:46:17 +02:00 |
Anthony Sottile
|
56e430f74e
|
Merge pull request #5338 from nicoddemus/junit_log_passing_tests-ref-docs
Add missing junitxml ini options to the reference docs
|
2019-05-30 10:29:56 -07:00 |
Anthony Sottile
|
654d8da9f7
|
Merge pull request #5346 from nicoddemus/improve-collect-warn-message
Show test module in the PytestCollectionWarning message
|
2019-05-30 10:27:52 -07:00 |
Daniel Hahler
|
ace3a02cd4
|
pytester: factor out testdir._env_run_update
|
2019-05-30 17:39:44 +02:00 |
Daniel Hahler
|
f013a5e8c1
|
pytester: use temporary HOME with spawn
Followup to https://github.com/pytest-dev/pytest/issues/4956.
|
2019-05-30 17:39:44 +02:00 |
Bruno Oliveira
|
fbd8ff9502
|
Merge master into features (#5339)
Merge master into features
|
2019-05-30 12:21:51 -03:00 |
Daniel Hahler
|
737a1bf947
|
Merge pull request #5341 from blueyed/auto-slow
tests: conftest: auto-add slow marker
|
2019-05-30 17:01:43 +02:00 |
Bruno Oliveira
|
843ca03770
|
Merge pull request #5343 from blueyed/remove-winpymap
pytester: remove unused winpymap
|
2019-05-30 09:21:51 -03:00 |
Bruno Oliveira
|
5cbc06a453
|
Show test module in the PytestCollectionWarning message
Related to #5330
|
2019-05-30 08:18:28 -03:00 |
Daniel Hahler
|
da23aa3419
|
pytester: remove unused winpymap
Follow-up to c86d2daf8 .
|
2019-05-30 08:09:49 +02:00 |
Daniel Hahler
|
28bf3816e7
|
tests: conftest: auto-add slow marker
|
2019-05-30 06:55:38 +02:00 |
Daniel Hahler
|
d6ce2e5858
|
Merge pull request #5322 from blueyed/pdb-wrapper
pdb: move/refactor initialization of PytestPdbWrapper
|
2019-05-30 06:39:25 +02:00 |
Daniel Hahler
|
5ac498ea96
|
ci: Travis: add pypy3 to allowed failures temporarily
Ref: https://github.com/pytest-dev/pytest/pull/5334
Ref: https://github.com/pytest-dev/pytest/issues/5317
|
2019-05-30 06:37:53 +02:00 |
Daniel Hahler
|
6765aca0d1
|
Merge master into features
|
2019-05-30 06:33:04 +02:00 |
Daniel Hahler
|
72fc43952b
|
Merge pull request #5336 from blueyed/fix-pexpect
Fix pexpect tests on MacOS
|
2019-05-30 06:31:11 +02:00 |
Daniel Hahler
|
6896dbc5ca
|
tox: pexpect: use "-m uses_pexpect"
|
2019-05-30 03:52:41 +02:00 |
Daniel Hahler
|
49c6aebbc7
|
ci: Travis: test with pexpect on macos
Uses `PYTEST_COVERAGE=1` already, which will come in via dropping
Python 2 soon anyway.
|
2019-05-30 03:51:33 +02:00 |
Daniel Hahler
|
fb12d2a612
|
test_enter_leave_pdb_hooks_are_called: remove child.sendeof()
|
2019-05-30 03:09:36 +02:00 |
Daniel Hahler
|
8e51563384
|
tests: pdb: flush also on MacOS, but read() before
Ref: https://github.com/pytest-dev/pytest/issues/2022
|
2019-05-30 03:09:36 +02:00 |
Daniel Hahler
|
61dfd0a94f
|
pdb: move/refactor initialization of PytestPdbWrapper
|
2019-05-30 03:00:07 +02:00 |
Bruno Oliveira
|
f9cafd1c94
|
Add missing junitxml ini options to the reference docs
|
2019-05-29 21:13:16 -03:00 |
Bruno Oliveira
|
b10f28949d
|
Add the junit_log_passing_tests ini flag to skip logging output for passing tests. (#5052)
Add the junit_log_passing_tests ini flag to skip logging output for passing tests.
|
2019-05-29 20:56:13 -03:00 |
Bruno Oliveira
|
b0f090890c
|
Merge master into features (#5332)
Merge master into features
|
2019-05-29 20:39:27 -03:00 |
Daniel Hahler
|
f0a4a13e48
|
Merge pull request #5333 from blueyed/fix-lf
Fix regression with --lf and non-selected failures
|
2019-05-30 01:24:07 +02:00 |
Daniel Hahler
|
ff80464b47
|
last-failed: display skipped-files msg always
|
2019-05-29 23:32:52 +02:00 |
Daniel Hahler
|
480dd9e6d6
|
last_failed_paths: improve caching
|
2019-05-29 23:28:58 +02:00 |
Daniel Hahler
|
ceb4f3f701
|
fixup! Fix regression with --lf and non-selected failures
|
2019-05-29 23:24:52 +02:00 |
Thomas Hisch
|
ea3ebec117
|
logging: Improve formatting of multiline message
|
2019-05-29 23:21:14 +02:00 |
Daniel Hahler
|
bf3b26b3f7
|
Fix regression with --lf and non-selected failures
|
2019-05-29 22:44:43 +02:00 |
Thomas Hisch
|
84569ca4da
|
Merge pull request #5311 from thisch/coloredcaplog
Use same code for setting up cli/non-cli formatter
|
2019-05-29 22:18:43 +02:00 |