summaryrefslogtreecommitdiff
path: root/doc/en/assert.rst
AgeCommit message (Collapse)Author
2020-11-19Link mentioned functions instead of using literals (#8045)Tim Hoffmann
2020-07-10New doc role: globalvar for special variablesBruno Oliveira
This introduces a new role, `:globalvar:`, so we can mark/reference variables like `pytest_plugins`, `pytestmark`, etc. This besides being useful also makes the documentation look more consistent.
2020-07-08Prepare release version 6.0.0rc1Bruno Oliveira
2020-07-07Point to stable docs instead of latestBruno Oliveira
Now that our master might contain new features, it is best to point users to the stable docs rather than the latest
2020-06-11doc: Fix typos and cosmetic issuesMartin Michlmayr
2020-04-07doc: fix/remove leftovers from removing `versionadded` (#7028)Daniel Hahler
Ref: 9c5da9c (https://github.com/pytest-dev/pytest/pull/5184)
2020-03-11run and fix tox -e regen to prepare 5.4Ronny Pfannschmidt
* no longer trigger deprecation warnings when looking up fixtures * fix missed imports in a test example
2019-09-18Preparing release version 5.1.3Bruno Oliveira
2019-08-30Preparing release version 5.1.2Bruno Oliveira
2019-08-20Preparing release version 5.1.1Anthony Sottile
2019-08-15Preparing release version 5.1.0Bruno Oliveira
2019-08-06ran blacken-docsboris
2019-08-06ran pyupgrade-docsboris
2019-07-04Preparing release version 5.0.1Bruno Oliveira
2019-04-28Remove all version references to obsolete pytest versionsBruno Oliveira
Remove version references to pytest 2 and 3. Just like Python 3 no longer has references to Python 2, I think we should follow the same approach in pytest.
2019-04-15Preparing release version 4.4.1Bruno Oliveira
2019-04-12blacken-docs more code samples in docsAnthony Sottile
2019-04-03Update via https://github.com/pytest-dev/regendoc/pull/8Daniel Hahler
2019-03-29Preparing release version 4.4.0Bruno Oliveira
2019-02-27Apply suggestions from code reviewDaniel Hahler
Co-Authored-By: nicoddemus <nicoddemus@gmail.com>
2019-02-26Document how to disable caching rewritten .pyc files to diskBruno Oliveira
Also changed how the section is presented: instead of "Note" blocks, use proper sections as those contain enough information to exist on their own. Fix #1680
2019-02-14Remove 'message' parameter docs from assert.rstBruno Oliveira
As per: https://github.com/pytest-dev/pytest/issues/3974#issuecomment-463462732 Also made the 'match' parameter more prominent
2019-02-10Clarify pytest_assertrepr_compare docs per #4759Kevin J. Foley
2019-01-30Preparing release version 4.2.0Bruno Oliveira
2018-11-29Deprecate `raises(..., 'code(as_a_string)')` / `warns(..., 'code(as_a_string)')Anthony Sottile
2018-11-23Highlight docs with pygments-pytestAnthony Sottile
2018-11-23Preparing release version 4.0.1Bruno Oliveira
2018-09-25Fix lintingBruno Oliveira
2018-09-25fix rst syntax againHarry Percival
2018-09-25fix rst syntax thingHarry Percival
2018-09-25mention conftest.py as a good place to do it.Harry Percival
2018-09-25add documentation of register_assert_rewriteHarry Percival
wip
2018-06-12Fix three spaces instead of four in docsBartosz Cierocki
2018-05-23apply most other hooks and opt out of black reformatingRonny Pfannschmidt
2017-11-23Remove gendoc normalization for '=' and '_' headersBruno Oliveira
Using the default for non-atty terminals (80) so the new progress indicator aligns correctly.
2017-11-03Merge upstream/master into featuresBruno Oliveira
2017-08-22update raises documentation regarding regex matchJoan Massich
2017-07-03Preparing release version 3.1.3Bruno Oliveira
2017-05-13intermediate state after attempt with the plain env, DONT MERGERonny Pfannschmidt
2017-05-12regenerate docs from the pytest envRonny Pfannschmidt
2017-05-12regendoc: reduce version noise by replacing minor/patch with placeholdersRonny Pfannschmidt
2017-05-03Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
# Conflicts: # _pytest/capture.py # _pytest/compat.py # _pytest/python.py # testing/python/collect.py # testing/test_mark.py
2017-04-19Document PYTEST_DONT_REWRITEBruno Oliveira
Fixes #2203
2017-03-14Merge branch 'master' into merge-master-into-features-post-3.0.7Bruno Oliveira
2017-03-13Update regendocBruno Oliveira
2017-03-10Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
# Conflicts: # AUTHORS # CHANGELOG.rst # _pytest/pytester.py
2017-03-06assert.rst: typographical correctionNODA, Kai
2017-02-16New-style classes implemented for python 2.7 - #2147Michal Wajszczuk
2017-01-22regendocRonny Pfannschmidt
2017-01-13Remove mention of --assert=reinterp in documentationRutger Prins
Related to #1940