test_ok2/changelog
David Diaz Barquero 617bf8be5b
Add details to error message for junit (#7390)
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
2020-06-23 13:03:46 -03:00
..
1120.bugfix.rst Update 1120.bugfix.rst 2020-06-09 11:17:31 -03:00
1316.breaking.rst Issue 1316 - longrepr is a string when pytrace=False (#7100) 2020-05-30 14:10:58 +03:00
1556.feature.rst Add pyproject.toml support (#7247) 2020-06-08 10:03:10 -03:00
4049.feature.rst fix changelog file name for issue 4049 fix 2020-06-16 20:59:58 -04:00
4375.improvement.rst Handle EPIPE/BrokenPipeError in pytest's CLI 2020-05-08 12:51:02 +03:00
4391.improvement.rst Improved time counter used to compute test durations. (#6939) 2020-03-29 15:20:09 +03:00
4583.bugfix.rst Update changelog/4583.bugfix.rst 2020-04-13 14:29:59 +01:00
4675.improvement.rst Fix typo 2020-06-09 14:58:57 -03:00
4677.bugfix.rst Issue 4677 - always relative path in skip report (#6953) 2020-04-17 08:28:36 +03:00
5456.bugfix.rst Suppress errors while removing tmpdir's lock files 2020-06-11 18:59:51 -03:00
5965.breaking.rst Fix issue where working dir becomes wrong on subst drive on Windows. Fixes #5965 (#6523) 2020-06-08 10:56:40 -03:00
6240.bugfix.rst Create LogCaptureHandler if necessary (closes #6240) 2020-05-13 20:38:14 +02:00
6285.feature.rst Update changelog/6285.feature.rst 2020-03-03 09:59:38 -03:00
6428.bugfix.rst Add test and changelog for #6428 2020-05-30 20:02:47 -03:00
6433.feature.rst logging: propagate errors during log message emits 2020-05-19 11:16:39 +03:00
6471.feature.rst Improve CHANGELOG 2020-06-08 22:26:14 -03:00
6505.breaking.rst assertoutcomes() only accepts plural forms 2020-06-13 10:29:22 -03:00
6755.bugfix.rst Fix removal of very long paths on Windows (#6755) 2020-06-02 08:56:33 -03:00
6817.improvement.rst Add CHANGELOG for #6817 2020-05-19 19:35:18 -03:00
6856.feature.rst Add changelog entry 2020-06-02 08:21:57 -04:00
6871.bugfix.rst Fix crash when printing while capsysbinary is active 2020-03-16 18:21:33 +02:00
6903.breaking.rst Assume os.dup is always available 2020-03-12 16:47:15 +02:00
6909.bugfix.rst Merge pull request #6914 from nicoddemus/revert-6330 2020-03-13 10:49:48 -03:00
6910.bugfix.rst Handle unknown stats in pytest_report_teststatus hook 2020-03-12 20:52:22 -03:00
6924.bugfix.rst prepare tests and disable warnings for asyncio unittest cases 2020-03-30 21:55:12 +02:00
6925.bugfix.rst Fix TerminalRepr instances to be hashable (#6988) 2020-04-03 00:56:53 +02:00
6940.improvement.rst Improved time counter used to compute test durations. (#6939) 2020-03-29 15:20:09 +03:00
6947.bugfix.rst Fix cleanup functions not being invoked on test failures 2020-05-02 15:26:55 -03:00
6951.bugfix.rst fix #6951: allow to write TerminalReporter.writer 2020-03-30 21:31:53 +02:00
6956.bugfix.rst Prevent pytest from printing ConftestImportFailure traceback 2020-05-25 13:57:03 +02:00
6981.deprecation.rst deprecate the pytest.collect module 2020-03-30 21:53:07 +02:00
6991.bugfix.rst Fix regressions with `--lf` plugin 2020-05-15 18:35:38 -03:00
6991.improvement.rst Fix regressions with `--lf` plugin 2020-05-15 18:35:38 -03:00
6992.bugfix.rst Revert "tmpdir: clean up indirection via config for factories (#6767)" 2020-04-10 07:18:54 +02:00
7035.trivial.rst Function: use `originalname` in `_getobj` and make it default to `name` (#7035) 2020-05-18 14:08:47 -03:00
7040.breaking.rst Package.name now contains only basname of the package 2020-05-16 15:04:07 -03:00
7061.bugfix.rst Improve error handling around yieldctx fixtures which do not yield a value (#7083) 2020-04-15 12:17:13 +03:00
7076.bugfix.rst Use reportinfo() instead of location in skipping message 2020-05-04 19:50:40 -03:00
7091.improvement.rst Perform FD capturing even if the FD is invalid 2020-05-20 19:32:37 +03:00
7097.deprecation.rst fixtures: deprecate pytest._fillfuncargs function 2020-04-24 18:54:46 +03:00
7110.bugfix.rst Let unittest frameworks deal with async functions 2020-05-01 15:10:28 -03:00
7119.improvement.rst 7119: data loss with mistyped --basetemp (#7170) 2020-06-08 21:54:22 -03:00
7122.breaking.rst Stop using Python's eval() for -m and -k 2020-05-01 12:59:06 +03:00
7126.bugfix.rst Better changelog wording 2020-05-10 16:58:22 +03:00
7128.improvement.rst Added support for less verbose version information (#7169) 2020-05-23 11:27:58 -03:00
7133.improvement.rst Allow tests to override "global" `log_level` (rebased) (#7340) 2020-06-08 22:05:46 -03:00
7135.breaking.rst Add a changelog for TerminalWriter changes 2020-04-30 16:44:03 +03:00
7143.bugfix.rst Allow File.from_parent to forward custom parameters to the constructor 2020-05-01 11:00:52 -03:00
7145.bugfix.rst 'saferepr' handles classes with broken __getattribute__ 2020-05-05 19:22:39 -03:00
7150.bugfix.rst Prevent hiding underlying exception when ConfTestImportFailure is raised 2020-05-22 22:58:35 +02:00
7180.bugfix.rst Fix _is_setup_py for files encoded differently than locale 2020-05-07 13:14:58 -07:00
7202.doc.rst Issue 7202 - Point development guide to contributing section (#7280) 2020-05-31 09:37:26 +03:00
7210.deprecation.rst mark: deprecate a couple undocumented -k syntaxes 2020-05-11 16:07:52 +03:00
7215.bugfix.rst Do not call TestCase.tearDown for skipped tests (#7236) 2020-05-30 14:33:22 -03:00
7224.breaking.rst logging: remove deprecated --no-print-logs option/ini 2020-05-17 21:41:38 +03:00
7226.breaking.rst Remove unused Function.__init__ 'args' parameter 2020-05-18 14:30:48 -03:00
7233.doc.rst Add note about --strict and --strict-markers to references 2020-05-22 16:33:50 +02:00
7245.feature.rst Introduce --import-mode=importlib (#7246) 2020-06-13 11:29:01 -03:00
7253.bugfix.rst fixtures: remove special cases when deciding when pytest.fixture() is a direct decoration 2020-05-26 11:48:40 +03:00
7264.improvement.rst Improve our own wcwidth implementation and remove dependency on wcwidth package 2020-05-26 17:14:01 +03:00
7291.trivial.rst Update changelog/7291.trivial.rst 2020-06-02 11:01:37 -03:00
7305.feature.rst Update changelog/7305.feature.rst 2020-06-11 16:55:25 -04:00
7345.doc.rst doc: Explain indirect parametrization and markers for fixtures 2020-06-10 14:27:45 +02:00
7346.feature.rst Add more tests and docs 2020-06-13 11:22:18 -04:00
7356.trivial.rst Finish deprecation of "slave" 2020-06-12 22:49:33 +10:00
7357.trivial.rst Require py>=1.8.2 so we can rely on correct hash() of py.path.local on Windows 2020-06-15 19:36:38 +03:00
7360.bugfix.rst Disable caching when evaluating expressions in marks (#7373) 2020-06-16 12:39:36 +03:00
7383.bugfix.rst Fix exception causes all over the codebase 2020-06-19 22:02:24 +03:00
7385.improvement.rst Add details to error message for junit (#7390) 2020-06-23 13:03:46 -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.