Ronny Pfannschmidt
|
3036914097
|
sort out rmtree expectations
|
2018-10-11 07:15:09 +02:00 |
Ronny Pfannschmidt
|
2831cb9ab5
|
unify paths.py and pathlib.py
|
2018-10-11 07:15:09 +02:00 |
Ronny Pfannschmidt
|
00716177b4
|
fix missed Path import
|
2018-10-11 07:15:09 +02:00 |
Ronny Pfannschmidt
|
85cc9b8f12
|
move all the things into _pytest.pathlib
|
2018-10-11 07:15:08 +02:00 |
Ronny Pfannschmidt
|
d76fa59b35
|
fix lock timeouts for good this time
|
2018-10-11 07:15:08 +02:00 |
Ronny Pfannschmidt
|
642cd86dd1
|
shape up removal and lock destruction
|
2018-10-11 07:15:08 +02:00 |
Ronny Pfannschmidt
|
ab3637d486
|
implement cleanup for unlocked folders
|
2018-10-11 07:15:08 +02:00 |
Ronny Pfannschmidt
|
66a690928c
|
bring in purepath and fix an assertion
|
2018-10-11 07:15:08 +02:00 |
Ronny Pfannschmidt
|
b48e23d54c
|
port interals of tmpdir to a basic pathlib implementation
this is still lacking locking and cleanup of the folders
|
2018-10-11 07:15:08 +02:00 |
Bruno Oliveira
|
9a3836a0cf
|
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
|
2018-10-09 19:34:04 -03:00 |
Ronny Pfannschmidt
|
8393fdd51d
|
Merge pull request #4089 from asottile/upgrade_hooks
Upgrade pre-commit hooks
|
2018-10-09 07:43:28 +02:00 |
Kyle Altendorf
|
4071c8a4a8
|
Correct timing in test_pytester.test_testdir_run_with_timeout()
|
2018-10-08 21:03:42 -04:00 |
Anthony Sottile
|
a86035625c
|
Increase recursion limit (broke xdist tests)
|
2018-10-08 12:57:45 -07:00 |
Anthony Sottile
|
4f631440be
|
Use RuntimeError for py27 + py34 compat
|
2018-10-08 11:47:06 -07:00 |
Anthony Sottile
|
3901569f26
|
Improve performance of ~3 of the slowest tests
|
2018-10-08 11:12:55 -07:00 |
Anthony Sottile
|
1caf6d5907
|
Upgrade pre-commit hooks
|
2018-10-08 10:10:46 -07:00 |
Kyle Altendorf
|
48dcc67274
|
Increase timeout in test_testdir_run_with_timeout to decrease false failures
|
2018-10-06 22:02:33 -04:00 |
Ronny Pfannschmidt
|
66609665f2
|
Merge pull request #4076 from nicoddemus/unittest-param-fixture-msg
Improve error message when TestCase functions use a parametrized fixture
|
2018-10-06 07:43:57 +02:00 |
Kyle Altendorf
|
8e0e862c84
|
Stretch out the time assertion for slow AppVeyor
|
2018-10-05 01:38:01 -04:00 |
Kyle Altendorf
|
0d095fc978
|
Up timeout to 1 second for test
|
2018-10-04 23:09:07 -04:00 |
Kyle Altendorf
|
dcd635ba0c
|
Correct timeout to check every so often
|
2018-10-04 23:08:57 -04:00 |
Bruno Oliveira
|
fe7050ba00
|
Fix lint
|
2018-10-04 18:45:30 -03:00 |
Bruno Oliveira
|
a1208f5631
|
Merge pull request #4075 from nicoddemus/dynamic-fixturenames
Fix request.fixturenames to return fixtures created dynamically
|
2018-10-04 09:21:23 -03:00 |
Kyle Altendorf
|
96b2ae6654
|
Initial pass at timeout for subprocessing pytest
pytest-dev/pytest#4073
|
2018-10-03 23:56:57 -04:00 |
Bruno Oliveira
|
212937eb3e
|
Improve error message when TestCase functions use a parametrized fixture
Fix #2535
|
2018-10-03 19:43:46 -03:00 |
Bruno Oliveira
|
70c7273640
|
Fix request.fixturenames to return fixtures created dynamically
Fix #3057
|
2018-10-03 18:50:14 -03:00 |
Anthony Sottile
|
b8b9e8d41c
|
Remove duplicate test (tested above)
|
2018-10-03 10:01:06 -07:00 |
Anthony Sottile
|
f102ccc8f0
|
Fix source reindenting by using `textwrap.dedent` directly.
|
2018-10-02 16:13:35 -07:00 |
Bruno Oliveira
|
1101a20408
|
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
|
2018-10-02 18:13:54 -03:00 |
Bruno Oliveira
|
1a323fbd3c
|
Show a warning when non-str is given to Monkeypatch.setenv
|
2018-10-01 20:07:07 -03:00 |
Bruno Oliveira
|
bc009a8582
|
Fix test to comply with pypy 6.0
|
2018-10-01 18:37:27 -03:00 |
Bruno Oliveira
|
d24a7e6c5a
|
Issue warning if Monkeypatch.setenv/delenv receive non-strings in Python 2
Fixes the bug described in:
https://github.com/tox-dev/tox/pull/1025#discussion_r221273830
Which is more evident when using `unicode_literals`.
|
2018-10-01 17:05:30 -03:00 |
Ronny Pfannschmidt
|
5d2d64c190
|
Merge pull request #4057 from jeffreyrack/4051-improve-error-messaging
Improve error messaging when invalid syntax is passed to the -m option
|
2018-10-01 07:16:59 +02:00 |
Jeffrey Rackauckas
|
c2179c3127
|
Improve error messaging when invalid syntax is passed to the -m option
|
2018-09-30 18:34:56 -07:00 |
Bruno Oliveira
|
d8d7f73e1c
|
Merge pull request #4045 from nicoddemus/root-conftest-warning-workaround-4039
Do not issue non-top-level conftest warning when --pyargs is used
|
2018-09-27 09:26:11 -03:00 |
Bruno Oliveira
|
32c5a113e2
|
Do not issue non-top-level conftest warning when --pyargs is used
Fix #4039
|
2018-09-26 12:02:08 -03:00 |
Bruno Oliveira
|
ba5630e0f8
|
Simplify test_pytest_plugins_in_non_top_level_conftest_deprecated
|
2018-09-26 10:49:14 -03:00 |
Denis Otkidach
|
808df48ee8
|
Test for excluding empty reports for passed tests
|
2018-09-26 16:44:00 +03:00 |
iwanb
|
c61ff31ffa
|
Fix #3539: reload module with assertion rewrite import hook
|
2018-09-23 13:05:55 +02:00 |
Ronny Pfannschmidt
|
e03a19f88d
|
Merge pull request #4021 from nicoddemus/merge-master-into-features
Merge master into features
|
2018-09-23 11:57:05 +02:00 |
Bruno Oliveira
|
56d0b5a7e2
|
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
|
2018-09-22 18:14:36 -03:00 |
Bruno Oliveira
|
c30184709d
|
Show deprecation warnings even if filters are customized
Fix #4013
|
2018-09-22 10:25:57 -03:00 |
Ronny Pfannschmidt
|
f02dbaf97f
|
Merge pull request #4010 from nicoddemus/package-len-error-3749
Fix 'Package has no len()' error during collection
|
2018-09-21 07:40:20 +02:00 |
Bruno Oliveira
|
41f6ea13ce
|
Fix 'Package has no len()' error during collection
Fix #3749
|
2018-09-20 17:53:21 -03:00 |
Ronny Pfannschmidt
|
f6eb39df33
|
Merge pull request #4001 from asottile/fix_bytes_repr_text_mix_python_2
Fix UnicodeDecodeError in assertion with mixed non-ascii bytes repr + text
|
2018-09-20 22:16:37 +02:00 |
Anthony Sottile
|
7122fa5613
|
Fix UnicodeDecodeError in assertion with mixed non-ascii bytes repr + text
|
2018-09-19 20:24:00 -07:00 |
Bruno Oliveira
|
7aff81739e
|
Merge pull request #3998 from blueyed/logging-del
logging: del item.catch_log_handler only in teardown
|
2018-09-19 20:07:19 -03:00 |
Bruno Oliveira
|
27772f67c0
|
Merge pull request #3987 from nicoddemus/fix-find-scope-3941
Fix scope determination with indirect parameters
|
2018-09-19 20:06:45 -03:00 |
Daniel Hahler
|
e7eb7e799b
|
logging: del item.catch_log_handler only in teardown
Without this caplog.record_tuples etc is not available anymore when using
`--pdb`.
|
2018-09-19 17:17:47 +02:00 |
Thomas Hisch
|
048342817b
|
Add testcase for logging to file
|
2018-09-18 21:47:42 +02:00 |