test_ok2/doc/en
Daniel Hahler 1fd14685c5
doc: document inversed lines with terminal report hooks (#7016)
It was surprising that `tryfirst=True` would not result in lines being
added to the beginning with `pytest_report_header`.
This is due to lines being reversed, and therefore the same applies to
`pytest_report_collectionfinish`.
2020-04-07 08:08:28 +02:00
..
_templates docs: remove tracking through Google Analytics (#6843) 2020-03-03 01:35:14 +01:00
_themes Improve CSS layout of API reference 2019-07-15 16:15:59 +02:00
announce Cherry pick CHANGELOG from 5.4.1 2020-03-13 11:13:05 -03:00
example Do not use automatic title in fixture reference 2020-04-01 09:55:30 -04:00
img Fix favicon for Chrome and Opera (#6639) 2020-01-31 20:56:45 -03:00
proposals Spelling and grammar fixes 2018-10-29 23:45:45 +02:00
Makefile doc/en/Makefile: use Sphinx's make mode (#6873) 2020-03-07 23:45:05 +01:00
adopt.rst Fixed broken links in adopt.rst 2019-07-16 21:56:03 +02:00
assert.rst doc: fix/remove leftovers from removing `versionadded` (#7028) 2020-04-07 08:01:50 +02:00
backwards-compatibility.rst update backward compatibility policy to allow for breakage 2019-12-07 18:59:21 +01:00
bash-completion.rst Fix sphinx code-block types for remaining rst docs 2019-02-15 15:10:37 +02:00
builtin.rst run and fix tox -e regen to prepare 5.4 2020-03-11 22:25:51 +01:00
cache.rst Do not use automatic title in fixture reference 2020-04-01 09:55:30 -04:00
capture.rst run and fix tox -e regen to prepare 5.4 2020-03-11 22:25:51 +01:00
changelog.rst Cherry pick CHANGELOG from 5.4.1 2020-03-13 11:13:05 -03:00
conf.py Doc fixes (#6861) 2020-03-27 02:22:03 +01:00
conftest.py pre-commit run fix-encoding-pragma --all-files 2019-06-03 12:08:01 -03:00
contact.rst apply most other hooks and opt out of black reformating 2018-05-23 16:45:58 +02:00
contents.rst Remove report_log in favor of pytest-reportlog 2019-11-14 19:47:26 -03:00
contributing.rst Updated documentation from txt to rst 2015-08-04 16:41:02 +05:30
customize.rst doc: revisit section about rootdir 2020-01-15 09:43:35 +01:00
deprecations.rst Deprecate TerminalReporter.writer 2020-02-20 21:04:49 -03:00
development_guide.rst Switch to new git workflow 2020-02-12 09:49:21 +02:00
doctest.rst Add missing version added/changed markers to docs 2019-10-15 19:45:58 -03:00
existingtestsuite.rst docs: remove doc/en/links.inc (#6853) 2020-03-06 03:11:24 +01:00
faq.rst Do not use automatic title in fixture reference 2020-04-01 09:55:30 -04:00
fixture.rst Update fixture.rst 2020-03-23 09:02:06 +01:00
flaky.rst doc: use `envvar` directive for environment variables (#6874) 2020-03-27 02:40:25 +01:00
funcarg_compare.rst replace implicit code tag with colon .replace("::\n\n.. code-block", ":\n\n.. code-block") 2019-08-06 16:20:06 -07:00
funcargs.rst fix line endings 2018-05-23 16:45:23 +02:00
getting-started.rst Preparing release version 5.4.0 2020-03-12 14:14:35 +00:00
goodpractices.rst docs: remove doc/en/links.inc (#6853) 2020-03-06 03:11:24 +01:00
historical-notes.rst fix typos in docs 2019-12-19 10:35:15 +01:00
index.rst run and fix tox -e regen to prepare 5.4 2020-03-11 22:25:51 +01:00
license.rst Update copyright year to 2020 2020-01-04 08:46:58 -03:00
logging.rst Fix logging doc: change x.level to x.levelno 2019-09-20 18:38:47 +01:00
mark.rst programatically -> programmatically 2019-08-01 15:11:26 +02:00
monkeypatch.rst Change EnvironmentError, IOError to OSError - they are aliases 2020-03-27 18:40:23 +03:00
naming20.rst Updated documentation from txt to rst 2015-08-04 16:41:02 +05:30
nose.rst docs: remove doc/en/links.inc (#6853) 2020-03-06 03:11:24 +01:00
parametrize.rst run and fix tox -e regen to prepare 5.4 2020-03-11 22:25:51 +01:00
plugins.rst Remove reference to old konira plugin from docs (#6819) 2020-02-26 01:19:40 +01:00
projects.rst fix mozilla qa project link 2020-03-11 11:10:33 +01:00
py27-py34-deprecation.rst Switch to new git workflow 2020-02-12 09:49:21 +02:00
pytest.ini added "docs/en" directory and moved 2012-06-06 08:52:53 +09:00
pythonpath.rst Switch the order of the commands back and update the text 2019-12-26 08:19:11 -03:00
recwarn.rst Add docs for the warnings functionality 2017-03-20 23:35:01 -03:00
reference.rst Fix documentation typo 2020-03-29 16:55:56 +03:00
requirements.txt Pin sphinx-removed-in to >= 0.2.0 to support Sphinx 2.0 2019-03-15 10:56:13 +01:00
skipping.rst Quick doc fix on xfail reason parameter 2020-03-28 11:30:15 -03:00
sponsor.rst fix typos in docs 2019-12-19 10:35:15 +01:00
talks.rst fix pydanny.com url to the one with ssl set up 2020-03-11 10:52:16 +01:00
tidelift.rst Update Tidelift docs with latest campaign 2019-10-24 14:58:58 -03:00
tmpdir.rst run and fix tox -e regen to prepare 5.4 2020-03-11 22:25:51 +01:00
unittest.rst run and fix tox -e regen to prepare 5.4 2020-03-11 22:25:51 +01:00
usage.rst run and fix tox -e regen to prepare 5.4 2020-03-11 22:25:51 +01:00
warnings.rst Doc fixes (#6861) 2020-03-27 02:22:03 +01:00
writing_plugins.rst doc: document inversed lines with terminal report hooks (#7016) 2020-04-07 08:08:28 +02:00
xunit_setup.rst replace implicit code tag with colon .replace("::\n\n.. code-block", ":\n\n.. code-block") 2019-08-06 16:20:06 -07:00
yieldfixture.rst Remove all version references to obsolete pytest versions 2019-04-28 12:37:58 -03:00