test_ok2/doc/en
captainCapitalism ed57b8e08a
invocation in last section 'pythonpath.rst' title swapped
The order of invocations 'python -m pytest' and 'pytest' are different in the header and the explanation. Me being lazy reading about the behaviour of 'former' looked up quickly the title and rushed to implementation to discover it actually works the other way - as stated in the documentation. So I propose to switch the order in the title to achieve consistent ordering and not confusing somebody like me again! :)
2019-12-19 11:35:52 +01:00
..
_templates Update Tidelift docs with latest campaign 2019-10-24 14:58:58 -03:00
_themes Improve CSS layout of API reference 2019-07-15 16:15:59 +02:00
announce Remove duplicated user from announcement 2019-12-14 10:06:59 -03:00
example Merge remote-tracking branch 'upstream/master' into mm 2019-12-14 10:45:44 -03:00
img - preliminary sprint page, not yet linked through the header 2016-02-05 11:34:40 +01:00
proposals Spelling and grammar fixes 2018-10-29 23:45:45 +02:00
Makefile Normalize all summary durations, including quiet ones 2019-09-18 10:10:25 -03:00
adopt.rst Fixed broken links in adopt.rst 2019-07-16 21:56:03 +02:00
assert.rst Preparing release version 5.1.3 2019-09-18 10:11:59 -03: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 Preparing release version 5.2.2 2019-10-24 19:24:04 -04:00
cache.rst Preparing release version 5.2.2 2019-10-24 19:24:04 -04:00
capture.rst Include new --capture-mode=tee-sys option 2019-12-09 13:05:23 -03:00
changelog.rst Preparing release version 5.3.2 2019-12-13 08:51:15 -03:00
conf.py docs: move changelog to docs/en and allow sphinx directives 2019-11-28 21:23:58 -03: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 Update doc: pytest section in setup.cfg 2019-10-01 02:44:07 +09:00
deprecations.rst Deprecate --no-print-logs option 2019-12-14 16:46:30 -08:00
development_guide.rst Manage GH labels using the new 'labels' tool 2018-07-14 10:12:52 -03:00
doctest.rst Add missing version added/changed markers to docs 2019-10-15 19:45:58 -03:00
existingtestsuite.rst replace implicit code tag with colon .replace("::\n\n.. code-block", ":\n\n.. code-block") 2019-08-06 16:20:06 -07:00
faq.rst Update all pypi.python.org URLs to pypi.org 2018-04-26 06:49:33 -07:00
fixture.rst Fixed broken links 2019-11-06 20:54:41 +01:00
flaky.rst Change link to "Where do Google's flaky tests come from?" 2019-07-16 21:56:03 +02: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.3.2 2019-12-13 08:51:15 -03:00
goodpractices.rst Fix anchor link from Good Practices to Pythonpath doc 2019-09-04 09:18:10 -07:00
historical-notes.rst Apply suggestions from code review 2019-05-15 20:45:22 -03:00
index.rst Fixes #6326: Typo in the Security section docs home page. 2019-12-08 22:26:53 -05:00
license.rst Update doc footer/copyright 2019-07-07 20:23:56 +02:00
links.inc Fixed broken link to virtualenv 2019-07-16 21:56:03 +02: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 update doc 2019-08-25 23:50:41 +08:00
naming20.rst Updated documentation from txt to rst 2015-08-04 16:41:02 +05:30
nose.rst Add missing 'e' to test_mod(e). 2019-06-13 06:01:30 +02:00
parametrize.rst Preparing release version 5.1.3 2019-09-18 10:11:59 -03:00
plugins.rst replace implicit code tag with colon .replace("::\n\n.. code-block", ":\n\n.. code-block") 2019-08-06 16:20:06 -07:00
projects.rst Fixed broken links 2019-11-06 20:54:41 +01:00
py27-py34-deprecation.rst Add link to technical aspects issue to the py27-py34 docs 2019-10-11 08:50:38 -03:00
pytest.ini added "docs/en" directory and moved 2012-06-06 08:52:53 +09:00
pythonpath.rst invocation in last section 'pythonpath.rst' title swapped 2019-12-19 11:35:52 +01:00
recwarn.rst Add docs for the warnings functionality 2017-03-20 23:35:01 -03:00
reference.rst fix typo 2019-12-02 22:29:22 -08: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 Preparing release version 5.1.2 2019-08-30 12:43:47 -03:00
sponsor.rst Update Tidelift docs with latest campaign 2019-10-24 14:58:58 -03:00
talks.rst Fixed broken links 2019-11-06 20:54:41 +01:00
tidelift.rst Update Tidelift docs with latest campaign 2019-10-24 14:58:58 -03:00
tmpdir.rst Preparing release version 5.1.2 2019-08-30 12:43:47 -03:00
unittest.rst unittest: do not use TestCase.debug() with `--pdb` 2019-11-10 00:21:51 +01:00
usage.rst Update docs about case-insensitive expression matching 2019-12-05 14:13:22 +01:00
warnings.rst Preparing release version 5.3.0 2019-11-19 12:43:51 -03:00
writing_plugins.rst Preparing release version 5.3.0 2019-11-19 12:43:51 -03: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