Ronny Pfannschmidt
|
5a040aef97
|
Merge pull request #10412 from pytest-dev/release-7.2.0 (#10419)
Prepare release 7.2.0
(cherry picked from commit ac4e3cced9fb1df60df271cce308f07713764857)
|
2022-10-25 13:12:55 +02:00 |
Bruno Oliveira
|
7f4b63b143
|
Merge pull request #10259 from pytest-dev/release-7.1.3
Prepare release 7.1.3
(cherry picked from commit 3739e6cd4830cf707dff3fb5c5b93d7a2cec3663)
|
2022-09-02 08:24:18 -03:00 |
Bruno Oliveira
|
246815de13
|
Prepare release version 7.1.2 (#9881)
Co-authored-by: pytest bot <pytestbot@gmail.com>
(cherry picked from commit df9df5574913b2e7753b8cf6ebbf06ed9fbde10d)
|
2022-04-23 11:38:26 -03:00 |
Ran Benita
|
d87e1e67dd
|
Merge pull request #9758 from pytest-dev/release-7.1.0
Prepare release 7.1.0
(cherry picked from commit 7d4d1ecde6cdc3feae9ee076ee5aab4e05393fa6)
|
2022-03-13 16:59:20 +02:00 |
Florian Bruhin
|
dfa7023862
|
Prepare release 7.0.0 (#9598) (#9604)
* Prepare release version 7.0.0
* Add note to changelog
Co-authored-by: pytest bot <pytestbot@gmail.com>
Co-authored-by: Florian Bruhin <me@the-compiler.org>
(cherry picked from commit e37fbe5685d330cbe7819c5a08d0a524df7299bf)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2022-02-04 07:48:24 -03:00 |
Florian Bruhin
|
0ad452bcba
|
Prepare release version 7.0.0rc1 (#9375) (#9377)
Co-authored-by: pytest bot <pytestbot@gmail.com>
(cherry picked from commit 85897eddc6d31c5825f5ca28f85e69b8d1506fc4)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2021-12-07 10:13:36 +01:00 |
Ronny Pfannschmidt
|
c21ef7ba22
|
fix #8818 - run regendoc without tox cachedir
#4270 introduced per tox env pytest cachedirs and
never protected regendoc against it
|
2021-10-04 08:56:26 +02:00 |
Bruno Oliveira
|
828fde1156
|
Merge pull request #8858 from The-Compiler/update-doc-urls
|
2021-07-14 09:28:46 -03:00 |
Adam J. Stewart
|
17f1a0af8e
|
Fix in more places, use default
|
2021-07-08 12:43:10 -05:00 |
Florian Bruhin
|
953fdabaf0
|
Adjust doc links for new scheme
Closes #8831
|
2021-07-06 09:11:35 +02:00 |
Ran Benita
|
88d84a5791
|
config: expose Config for typing purposes
This type is used in hooks and fixtures.
The constructor is publicly documented so is not marked private.
|
2021-05-24 12:26:22 +03:00 |
Nico Schlömer
|
9ef608ef76
|
"fix" a couple of http -> https redirects
Found with
urli-fix . -a http: -i pytest
|
2021-04-26 17:44:27 +02:00 |
Daniele Procida
|
6ab461f460
|
Explicitly listed the four documentation sections on index.rst
|
2021-03-16 20:26:05 +00:00 |
Ran Benita
|
59251e8a2a
|
Remove/replace some unneeded usages of py.path
|
2021-03-14 14:12:28 +02:00 |
Ran Benita
|
54a7356a9f
|
Merge pull request #8130 from pytest-dev/release-6.2.0
Prepare release 6.2.0
(cherry picked from commit c475106f12ed87fe908544ff383c5205638c086d)
|
2020-12-12 23:23:19 +02:00 |
Anthony Sottile
|
3c93eb0f04
|
py36+: remove pathlib2 compatibility shim
|
2020-10-02 14:59:07 -07:00 |
Ran Benita
|
19c78ab574
|
Merge pull request #7797 from pytest-dev/release-6.1.0
Prepare release 6.1.0
(cherry picked from commit 08a1ab3a8acdfdeffd8f07058b44743df1d90150)
|
2020-09-26 21:11:48 +03:00 |
Bruno Oliveira
|
70764bef4f
|
Merge pull request #7550 from pytest-dev/release-6.0.0
|
2020-07-28 17:01:27 -03:00 |
Ronny Pfannschmidt
|
378a75ddf6
|
run and fix tox -e regen to prepare 5.4
* no longer trigger deprecation warnings when looking up fixtures
* fix missed imports in a test example
|
2020-03-11 22:25:51 +01:00 |
Bruno Oliveira
|
b27ba97721
|
Preparing release version 5.2.2
|
2019-10-24 19:24:04 -04:00 |
Bruno Oliveira
|
1a9f4a51cb
|
Preparing release version 5.1.3
|
2019-09-18 10:11:59 -03:00 |
Anthony Sottile
|
b135f5af8d
|
Preparing release version 5.1.1
|
2019-08-20 11:30:36 -07:00 |
Bruno Oliveira
|
eaf7ce9a99
|
Preparing release version 5.1.0
|
2019-08-15 20:00:09 -04:00 |
boris
|
78de9d4677
|
replace implicit code tag with colon .replace("::\n\n.. code-block", ":\n\n.. code-block")
|
2019-08-06 16:20:06 -07:00 |
boris
|
23a0b532db
|
Revert "remove implicit code tags .replace("::\n\n.. code-block", "\n\n.. code-block")"
This reverts commit 9fce0bdd88 .
|
2019-08-06 16:18:06 -07:00 |
boris
|
9fce0bdd88
|
remove implicit code tags .replace("::\n\n.. code-block", "\n\n.. code-block")
|
2019-08-06 15:46:57 -07:00 |
boris
|
5f95dce956
|
ran blacken-docs
|
2019-08-06 13:34:58 -07:00 |
boris
|
7f90e74e02
|
label code blocks
|
2019-08-06 13:25:54 -07:00 |
Bruno Oliveira
|
63fe547d9f
|
Preparing release version 4.5.0
|
2019-05-11 16:35:32 +00:00 |
Bruno Oliveira
|
5d7686951c
|
Run regendoc
|
2019-05-08 21:50:08 +00:00 |
Bruno Oliveira
|
8881b201aa
|
Preparing release version 4.4.0
|
2019-03-29 20:49:18 +00:00 |
Daniel Hahler
|
23146e7527
|
Fix usages of "verbose" option
With `-qq` `bool(config.getoption("verbose"))` is True; it needs to be
checked for `> 0`.
|
2019-03-26 10:11:25 +01:00 |
Bruno Oliveira
|
9d297c06e8
|
Preparing release version 4.1.0
|
2019-01-05 16:38:59 -02:00 |
Anthony Sottile
|
7015801377
|
Highlight docs with pygments-pytest
|
2018-11-23 22:01:30 -08:00 |
Bruno Oliveira
|
96784c2052
|
Preparing release version 3.9.3
|
2018-10-27 13:07:54 +00:00 |
Bruno Oliveira
|
2868c31495
|
Preparing release version 3.9.0
|
2018-10-15 20:23:30 +00:00 |
Bruno Oliveira
|
2921ca6e64
|
Run pre-commit on all doc files
|
2018-07-03 21:58:18 -03:00 |
Bruno Oliveira
|
43c0346d68
|
Preparing release version 3.6.3
|
2018-07-04 00:51:21 +00:00 |
Ronny Pfannschmidt
|
86fc31db8d
|
apply most other hooks and opt out of black reformating
|
2018-05-23 16:45:58 +02:00 |
Ronny Pfannschmidt
|
3b9e063fe8
|
fix line endings
|
2018-05-23 16:45:23 +02:00 |
Rachel Kogan
|
8ff8a82c51
|
Merge branch 'master' of github.com:pytest-dev/pytest
|
2018-04-17 16:21:04 -04:00 |
Rachel Kogan
|
bb8984f5ed
|
fix error in caplog docs.
|
2018-04-17 16:17:29 -04:00 |
Holger Kohr
|
6626d2aef9
|
Mention omission of fixtures with leading '_', closes #3398
|
2018-04-14 11:04:00 +02:00 |
Bruno Oliveira
|
beacecf29b
|
Preparing release version 3.5.0
|
2018-03-21 20:46:07 +00:00 |
Bruno Oliveira
|
1fff81e21d
|
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
|
2018-03-16 18:15:28 -03:00 |
Bruno Oliveira
|
b53c4246ef
|
Move most of 'builtin' to 'reference'
|
2018-03-06 20:41:19 -03:00 |
Bruno Oliveira
|
6fa9768545
|
Use sphinxcontrib-trio extension
This adds some more capabilities to sphinx, like marking
functions as decorators or with contexts
|
2018-03-06 20:41:19 -03:00 |
Carlos Jenkins
|
8b49ddfa58
|
Renamed the fixture record_xml_property to record_property and adapted logic so that the properties are passed to the TestReport object and thus allow compatibility with pytest-xdist.
|
2018-02-20 15:46:26 -06:00 |
Bruno Oliveira
|
489e638b4e
|
Preparing release version 3.4.0
|
2018-01-30 19:47:56 +00: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 |