summaryrefslogtreecommitdiff
path: root/doc/en/skipping.rst
AgeCommit message (Expand)Author
2021-01-08Add missing import into example script in documentationGergely Imreh
2020-11-19Link mentioned functions instead of using literals (#8045)Tim Hoffmann
2020-10-02py36+: miscellaneous (3, 6) cleanupAnthony Sottile
2020-07-20Fix typoGarrett Thomas
2020-07-10New doc role: globalvar for special variablesBruno Oliveira
2020-07-08Prepare release version 6.0.0rc1Bruno Oliveira
2020-03-28Quick doc fix on xfail reason parameterBruno Oliveira
2020-03-27Better document xfail(condition) (#6957)Tim Hoffmann
2020-02-19#6289: Add new example to XFAIL documentation (#6685)Nathaniel Compton
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-15Fix wording as suggested in review of #5741Bruno Oliveira
2019-08-09Improve docs of pytest.importorskipTim Hoffmann
2019-08-06replace implicit code tag with colon .replace("::\n\n.. code-block", ":\n\n.....boris
2019-08-06Revert "remove implicit code tags .replace("::\n\n.. code-block", "\n\n.. cod...boris
2019-08-06remove implicit code tags .replace("::\n\n.. code-block", "\n\n.. code-block")boris
2019-08-06label code blocksboris
2019-08-06ran pyupgrade-docsboris
2019-07-04Preparing release version 5.0.1Bruno Oliveira
2019-05-08Run regendocBruno Oliveira
2019-04-28Remove all version references to obsolete pytest versionsBruno Oliveira
2019-04-16[Docs] Fix typo in skipping.rstDouglas Thor
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-15Fix sphinx code-block types for remaining rst docsGrygorii Iermolenko
2019-01-30Preparing release version 4.2.0Bruno Oliveira
2018-11-23Highlight docs with pygments-pytestAnthony Sottile
2018-11-23Preparing release version 4.0.1Bruno Oliveira
2018-10-20Remove pytest.config example from skipping at module level docsBruno Oliveira
2018-08-30doc fix: raises accepts tuples instead of lists (fixes #3907)hoefling
2018-08-21Remove warning about #568 from documentationNatan Lao
2018-06-22Improve reason in skipif exampleBruno Oliveira
2018-06-21Fixed text description above skipif's exampleAdamEr8
2018-06-03blacken docsAnthony Sottile
2018-06-02Manual docs changes so syntax is parseableAnthony Sottile
2018-05-23apply most other hooks and opt out of black reformatingRonny Pfannschmidt
2018-03-12Add missing ini options: markers, usefixtures and xfail_strictBruno Oliveira
2018-03-06Add documentation for marksBruno Oliveira
2017-11-23Remove gendoc normalization for '=' and '_' headersBruno Oliveira
2017-11-14Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2017-11-13Preparing release version 3.2.4Bruno Oliveira
2017-11-03Merge upstream/master into featuresBruno Oliveira
2017-10-26doc: Include collector config in the skip docStephen Finucane
2017-10-24Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2017-10-12Merge pull request #2808 from georgeyk/allow-module-level-skipRonny Pfannschmidt
2017-10-10Remove code for unsupported Python versionshugovk
2017-10-05Add mention of xpass in skip/xfail documentationXuan Luong