Bruno Oliveira
|
e97c774f8e
|
Remove vendoring import from tasks/__init__
|
2017-11-23 20:23:50 +00:00 |
Bruno Oliveira
|
f50ace7c0a
|
Merge remote-tracking branch 'upstream/master' into release-3.3.0
|
2017-11-23 20:20:40 +00:00 |
Bruno Oliveira
|
49c0c599b0
|
Merge pull request #2944 from nicoddemus/regendoc-norm
Remove gendoc normalization for '=' and '_' headers
|
2017-11-23 16:31:09 -02:00 |
Bruno Oliveira
|
e0d236c031
|
Remove gendoc normalization for '=' and '_' headers
Using the default for non-atty terminals (80) so the new
progress indicator aligns correctly.
|
2017-11-23 15:33:41 +00:00 |
Ronny Pfannschmidt
|
b533c2600a
|
Merge pull request #2858 from nicoddemus/console-progress-2657
Console progress output
|
2017-11-23 14:46:49 +01:00 |
Bruno Oliveira
|
dc574c60ef
|
Use regex match-count syntax to improve test readability
|
2017-11-22 17:16:25 -02:00 |
Bruno Oliveira
|
1d26f3730f
|
Fix docstrings in pytester
|
2017-11-22 17:15:59 -02:00 |
Bruno Oliveira
|
27935ebec9
|
Merge pull request #2943 from Perlence/fix-marks-without-description
Handle marks without description
|
2017-11-22 15:36:29 -02:00 |
Bruno Oliveira
|
378eb5d67b
|
Minor formatting change in CHANGELOG
|
2017-11-22 11:24:48 -02:00 |
Sviatoslav Abakumov
|
5e71ffab87
|
Handle marks without description
|
2017-11-22 15:47:15 +03:00 |
Florian Bruhin
|
8df7ed12c1
|
Merge pull request #2940 from nicoddemus/rewrite-bug-2939
Fix assertion rewrite to match module names correctly
|
2017-11-22 06:57:55 +01:00 |
Bruno Oliveira
|
f05333ab75
|
Fix rewrite to not write past the edge of the screen
|
2017-11-22 00:00:02 -02:00 |
Bruno Oliveira
|
c8d52b633b
|
Fix assertion rewrite to match module names correctly
Fix #2939
|
2017-11-21 23:06:47 -02:00 |
Bruno Oliveira
|
2455f8670e
|
Add changelog
|
2017-11-21 21:01:51 -02:00 |
Bruno Oliveira
|
3a5dbabf60
|
Add tests for progress output and docs for ``console_output_style``
Fix #2657
|
2017-11-21 21:01:51 -02:00 |
Bruno Oliveira
|
3441084bd2
|
Add progress output for verbose mode with xdist
|
2017-11-21 21:01:51 -02:00 |
Bruno Oliveira
|
8b92527d7d
|
Add re_match_lines and re_match_lines_random to pytester fixture
|
2017-11-21 21:01:51 -02:00 |
Bruno Oliveira
|
dab889304e
|
Implement progress percentage reporting while running tests
Fix #2657
|
2017-11-21 21:01:41 -02:00 |
Bruno Oliveira
|
7a7cb8c8c5
|
Require py>=1.5.0
|
2017-11-21 21:01:41 -02:00 |
Bruno Oliveira
|
77bd0aa02f
|
Merge pull request #2931 from nicoddemus/deprecation-roadmap-docs
Add Deprecation Roadmap to backward compatibility document
|
2017-11-18 12:30:33 -02:00 |
Bruno Oliveira
|
b0f558da44
|
Add Future/Past Releases section
|
2017-11-18 11:57:00 -02:00 |
Ronny Pfannschmidt
|
ca1f4bc537
|
Merge pull request #2935 from asottile/capsysbinary
Add capsysbinary fixture
|
2017-11-17 21:30:14 +01:00 |
Anthony Sottile
|
219b758949
|
Add capsysbinary fixture
`capsysbinary` works like `capsys` but produces bytes for `readouterr()`.
|
2017-11-17 09:02:46 -08:00 |
Bruno Oliveira
|
6161bcff6e
|
Merge pull request #2925 from asottile/capfdbinary
Add capfdbinary fixture
|
2017-11-17 08:00:10 -02:00 |
Ronny Pfannschmidt
|
99a4a93dbc
|
Merge pull request #2932 from nicoddemus/deprecate-add-call
Deprecate metafunc.addcall
|
2017-11-16 07:15:25 +01:00 |
Bruno Oliveira
|
99ba3c9700
|
Add CHANGELOG entry for #2876
|
2017-11-15 22:02:47 -02:00 |
Bruno Oliveira
|
c19708b193
|
Merge pull request #2930 from nicoddemus/pin-pluggy-0.5
Update pluggy pin to 0.5.*
|
2017-11-15 21:59:53 -02:00 |
Bruno Oliveira
|
1f08d990d5
|
Deprecate metafunc.addcall
Fix #2876
|
2017-11-15 15:16:00 -02:00 |
Bruno Oliveira
|
e2c59d3282
|
Change pluggy._CallOutcome to pluggy._Result after update to pluggy-0.5
|
2017-11-15 14:08:11 -02:00 |
Bruno Oliveira
|
f9029f11af
|
Add Deprecation Roadmap to backward compatibility document
We should replace the wiki document to a link to this document now
|
2017-11-15 13:53:43 -02:00 |
Bruno Oliveira
|
c7be83ac47
|
Update pluggy pin to 0.5.*
|
2017-11-15 13:00:29 -02:00 |
Bruno Oliveira
|
74aaf91653
|
Merge pull request #2927 from nicoddemus/release-3.2.5
Release 3.2.5
|
2017-11-15 09:22:48 -02:00 |
Florian Bruhin
|
1aeb58b531
|
Merge pull request #2928 from nicoddemus/python-requires
Prevent pip from installing pytest in unsupported Python versions
|
2017-11-15 09:46:04 +01:00 |
Ronny Pfannschmidt
|
7b3febd314
|
Merge pull request #2924 from nicoddemus/merge-master-into-features
Merge master into features
|
2017-11-15 09:36:31 +01:00 |
Bruno Oliveira
|
e87ff07370
|
Prevent pip from installing pytest in unsupported Python versions
Fix #2922
|
2017-11-14 22:27:15 -02:00 |
Bruno Oliveira
|
a220a40350
|
Preparing release version 3.2.5
|
2017-11-15 00:12:42 +00:00 |
Bruno Oliveira
|
dd6c534468
|
Remove py<1.5 restriction
Fix #2926
|
2017-11-14 22:08:03 -02:00 |
Bruno Oliveira
|
4a0aea2deb
|
Add missing entry to CHANGELOG for 3.2.4
|
2017-11-14 22:05:48 -02:00 |
Anthony Sottile
|
8f90812481
|
Add capfdbinary fixture
`capfdbinary` works like `capfd` but produces bytes for `readouterr()`.
|
2017-11-14 14:50:00 -08:00 |
Bruno Oliveira
|
3b3bf9f53d
|
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
|
2017-11-14 18:42:29 -02:00 |
Bruno Oliveira
|
54cea3d178
|
Small formatting changes in CHANGELOG
|
2017-11-14 18:33:46 -02:00 |
Bruno Oliveira
|
9628c71210
|
Merge pull request #2921 from nicoddemus/release-3.2.4
Preparing release version 3.2.4
|
2017-11-14 18:31:03 -02:00 |
Bruno Oliveira
|
a0ad9e31da
|
Preparing release version 3.2.4
|
2017-11-13 20:01:17 +00:00 |
Bruno Oliveira
|
22cff038f8
|
Merge pull request #2916 from nicoddemus/bin-py-1.5
Pin py<1.5 as 1.5 drops py26 and py33 support
|
2017-11-13 17:56:52 -02:00 |
Bruno Oliveira
|
685387a43e
|
Merge pull request #2127 from malinoff/fix-2124
Use session.config.hook instead of ihook. Fixes #2124
|
2017-11-12 21:57:41 -02:00 |
Bruno Oliveira
|
d26c1e3ad9
|
Pin py<1.5 as 1.5 drops py26 and py33 support
|
2017-11-12 21:50:11 -02:00 |
Bruno Oliveira
|
a6f2d2d2c9
|
Rename FixtureDef.finalizer to FixtureDef.finalizers
|
2017-11-12 11:35:46 -02:00 |
Bruno Oliveira
|
6d3fe0b826
|
Explicitly clear finalizers list in finalize to ensure cleanup
|
2017-11-12 11:28:57 -02:00 |
Bruno Oliveira
|
bdad345f99
|
Fix passing request to finish() in FixtureDef
|
2017-11-12 11:28:26 -02:00 |
Bruno Oliveira
|
063335a715
|
Add changelog entries for #2124
|
2017-11-12 11:19:25 -02:00 |