test_ok1/changelog
Ran Benita 7706fd6840 nodes: deprecate fspath arguments to node constructors
This is unfortunately a dependency on `py.path` which cannot be moved to
an external plugins or eased in any way, so has to be deprecated in
order for pytest to be able to eventually remove the dependency on `py`.
2021-10-27 08:36:10 +03:00
..
4320.doc.rst Add a changelog entry 2021-09-22 00:22:37 +02:00
5105.doc.rst Added how-to and reference directories. 2021-03-11 22:13:01 +00:00
5196.feature.rst Merge pull request #9144 from bluetech/py36_order_by_definition 2021-10-01 16:17:37 +03:00
7124.bugfix.rst #7124: Fix `--doctest-modules` crashing when `__main__.py` is present (#8949) 2021-07-27 22:50:26 +01:00
7132.feature.rst pygments themes are customizable 2021-08-13 19:15:01 +02:00
7259.breaking.rst Change `Node.reportinfo()` return value from `py.path` to `str|os.PathLike[str]` 2021-10-09 15:02:03 +03:00
7259.deprecation.rst nodes: deprecate fspath arguments to node constructors 2021-10-27 08:36:10 +03:00
7259.feature.rst argparsing: export Parser and OptionGroup for typing purposes 2021-05-24 00:52:03 +03:00
7469.deprecation.rst closes #8824 Changelog rewording for 7.0 (#8826) 2021-07-03 12:20:12 +02:00
7469.feature.rst closes #8824 Changelog rewording for 7.0 (#8826) 2021-07-03 12:20:12 +02:00
7856.feature.rst Fix error with --import-mode=importlib and modules containing dataclasses or pickle (#7870) 2021-04-05 17:10:03 -03:00
7864.improvement.rst Improve UX during errors while parsing warning filters 2021-10-21 13:15:41 -03:00
8061.bugfix.rst Fix failing staticmethod tests if they are inherited (#8205) 2020-12-30 19:00:37 -08:00
8133.trivial.rst fixes #8133: mitigate regendoc issues wrt PRETEND_VERSION 2021-10-02 20:22:18 +02:00
8144.feature.rst hookspec: add pathlib.Path alternatives to py.path.local parameters in hooks 2020-12-15 00:34:23 +02:00
8174.trivial.rst Convert most of the collection code from py.path to pathlib 2020-12-22 21:09:36 +02:00
8192.bugfix.rst changelog: fix missing tick 2021-01-29 16:06:36 +02:00
8242.deprecation.rst closes #8824 Changelog rewording for 7.0 (#8826) 2021-07-03 12:20:12 +02:00
8246.breaking.rst Make --version write to stdout rather than stderr 2021-06-28 15:56:26 -03:00
8248.trivial.rst closes #8824 Changelog rewording for 7.0 (#8826) 2021-07-03 12:20:12 +02:00
8251.deprecation.rst implement Node.path as pathlib.Path 2021-03-06 21:32:03 +01:00
8251.feature.rst implement Node.path as pathlib.Path 2021-03-06 21:32:03 +01:00
8258.bugfix.rst Always handle faulthandler stderr even if already enabled 2021-01-20 10:29:05 -03:00
8315.deprecation.rst closes #8824 Changelog rewording for 7.0 (#8826) 2021-07-03 12:20:12 +02:00
8317.bugfix.rst Fixed an issue where `getpass.getuser()` contained illegal characters for file directories (#8365) 2021-02-25 08:28:57 +00:00
8335.improvement.rst Improve pytest.approx error messages readability (Pull request) (#8429) 2021-04-30 07:36:56 -03:00
8337.doc.rst Suggest numpy testing module on pytest approx docs (#8615) 2021-05-04 23:08:41 -03:00
8367.bugfix.rst Allow Class.from_parent to forward custom parameters to the constructor 2021-02-23 18:00:56 +01:00
8384.bugfix.rst Fix skip signature (#8392) 2021-03-04 11:56:21 +01:00
8394.bugfix.rst Merge pull request #8399 from atzannes/master 2021-03-04 22:45:57 +02:00
8403.improvement.rst Increase truncation threshold with -v, disable with -vv 2021-03-26 07:05:30 -03:00
8421.feature.rst Approx decimal sequence mapping (#8422) 2021-03-13 16:01:23 +02:00
8432.trivial.rst Update error message for module level skip to include 'allow_module_level' (#8906) 2021-07-14 14:27:26 +00:00
8447.deprecation.rst closes #8824 Changelog rewording for 7.0 (#8826) 2021-07-03 12:20:12 +02:00
8456.bugfix.rst Fix required_plugins with prereleases (#8469) 2021-03-21 22:51:12 +01:00
8464.bugfix.rst fix #8464 wrong root dir when -c is passed (#8537) 2021-04-16 14:38:35 -03:00
8503.bugfix.rst closes #8824 Changelog rewording for 7.0 (#8826) 2021-07-03 12:20:12 +02:00
8509.improvement.rst closes #8824 Changelog rewording for 7.0 (#8826) 2021-07-03 12:20:12 +02:00
8548.bugfix.rst enhance support for precision bit in LEVELNAME_FMT_REGEX regex 2021-05-07 16:16:40 +05:30
8592.deprecation.rst Deprecate pytest_cmdline_preparse 2021-07-31 10:53:43 -03:00
8606.feature.rst closes #8824 Changelog rewording for 7.0 (#8826) 2021-07-03 12:20:12 +02:00
8645.deprecation.rst closes #8824 Changelog rewording for 7.0 (#8826) 2021-07-03 12:20:12 +02:00
8655.doc.rst Update help text for `--pdbcls` to match behavior (closes #8655) (#8656) 2021-05-11 09:04:50 +00:00
8761.feature.rst Add pytest.version_tuple 2021-06-14 09:04:14 -03:00
8789.feature.rst Make news indicate that a dependency changed 2021-07-06 13:14:45 +03:00
8803.improvement.rst logging: Make it possible to add cli colors to custom log levels 2021-08-09 13:48:47 +00:00
8818.trivial.rst fix #8818 - run regendoc without tox cachedir 2021-10-04 08:56:26 +02:00
8897.doc.rst rename tmpdir.rst to tmp_path.rst (#8905) 2021-07-14 12:53:27 -03:00
8898.improvement.rst Rename 8898.trivial.rst to 8898.improvement.rst 2021-07-12 18:09:13 -03:00
8913.trivial.rst Refactor internal scope handling by introducing Scope enum 2021-08-01 06:11:56 -03:00
8920.feature.rst stash: make Stash and StashKey public 2021-07-24 17:40:08 +03:00
8953.feature.rst add `assert_outcomes(warnings=)` functionality to `RunResult` 2021-07-31 15:25:10 +01:00
8954.feature.rst Making `--debug` more configurable for the pytest user (#8955) 2021-07-30 17:37:38 -03:00
8967.trivial.rst `pytest_assertion_pass` is no longer considered `experimental` (#8967) 2021-08-03 14:31:18 +01:00
8983.bugfix.rst mark/expression: allow backslash characters in identifiers 2021-08-08 11:56:17 +03:00
8994.improvement.rst add changelog file 2021-09-02 00:14:19 -03:00
9023.feature.rst always show full diff in ci 2021-08-19 20:17:43 +01:00
9061.breaking.rst Prevent approx from being used without a comparison (#9061) 2021-08-30 18:19:31 +00:00
9062.improvement.rst #9062 - Allow `--stepwise-skip` to implicitly enable `--stepwise` (#9064) 2021-08-30 19:24:14 +01:00
9077.bugfix.rst Fix non-sensical error message (#9077) 2021-09-24 06:15:53 +02:00
9113.feature.rst Add a `deselected` parameter to `assert_outcomes()` 2021-09-29 07:22:53 -07:00
9114.feature.rst Add a `pythonpath` setting to allow paths to be added to `sys.path`. (#9134) 2021-10-05 09:36:38 +03:00
9131.bugfix.rst Update pastebin URL from bpaste to bpa.st (#9131) 2021-10-06 08:12:48 -03:00
9163.bugfix.rst rewrite: fixup end_lineno, end_col_offset of rewritten asserts 2021-10-05 10:51:09 +03:00
9169.bugfix.rst Support the importlib.resources files API in rewritten files (#9173) 2021-10-09 10:54:44 -03:00
9205.improvement.rst Cache.set preserves key order when saving dicts (#9206) 2021-10-18 19:15:34 -03:00
9210.doc.rst Remove incorrect docs about confcutdir being a config option 2021-10-18 19:20:27 -03:00
README.rst docs: use doc/en/_build/html for html output (#6842) 2020-02-29 00:47:30 +01:00
_template.rst Update CHANGELOG template to put issue links at the start of entries 2018-07-07 11:02:33 -03:00

README.rst

This directory contains "newsfragments" which are short files that contain a small **ReST**-formatted
text that will be added to the next ``CHANGELOG``.

The ``CHANGELOG`` will be read by **users**, so this description should be aimed to pytest users
instead of describing internal changes which are only relevant to the developers.

Make sure to use full sentences in the **past or present tense** and use punctuation, examples::

    Improved verbose diff output with sequences.

    Terminal summary statistics now use multiple colors.

Each file should be named like ``<ISSUE>.<TYPE>.rst``, where
``<ISSUE>`` is an issue number, and ``<TYPE>`` is one of:

* ``feature``: new user facing features, like new command-line options and new behavior.
* ``improvement``: improvement of existing functionality, usually without requiring user intervention (for example, new fields being written in ``--junitxml``, improved colors in terminal, etc).
* ``bugfix``: fixes a bug.
* ``doc``: documentation improvement, like rewording an entire session or adding missing docs.
* ``deprecation``: feature deprecation.
* ``breaking``: a change which may break existing suites, such as feature removal or behavior change.
* ``vendor``: changes in packages vendored in pytest.
* ``trivial``: fixing a small typo or internal change that might be noteworthy.

So for example: ``123.feature.rst``, ``456.bugfix.rst``.

If your PR fixes an issue, use that number here. If there is no issue,
then after you submit the PR and get the PR number you can add a
changelog using that instead.

If you are not sure what issue type to use, don't hesitate to ask in your PR.

``towncrier`` preserves multiple paragraphs and formatting (code blocks, lists, and so on), but for entries
other than ``features`` it is usually better to stick to a single paragraph to keep it concise.

You can also run ``tox -e docs`` to build the documentation
with the draft changelog (``doc/en/_build/html/changelog.html``) if you want to get a preview of how your change will look in the final release notes.