test_ok1/doc/en
Ran Benita 25e657bfc1 Deprecate raising unittest.SkipTest to skip tests during collection
It is not very clear why this code exists -- we are not running any
unittest or nose code during collection, and really these frameworks
don't have the concept of collection at all, and just raising these
exceptions at e.g. the module level would cause an error. So unless I'm
missing something, I don't think anyone is using this.

Deprecate it so we can eventually clear up this code and keep unittest
more tightly restricted to its plugin.
2021-01-15 00:05:33 +02:00
..
_templates Remove warning about development/outdated docs 2020-07-06 20:28:30 -03:00
announce Merge pull request #8149 from pytest-dev/release-6.2.1 2020-12-15 12:41:02 -03:00
example Clarify fixture execution order and provide visual aids (#7381) 2020-12-16 13:53:14 -03:00
img Use transparent PNG for logo (#8159) 2020-12-16 11:19:45 -03:00
proposals Spelling and grammar fixes 2018-10-29 23:45:45 +02:00
Makefile Set correct version during regen 2020-07-08 17:49:09 -04:00
adopt.rst Remove faq.rst from docs (#7635) 2020-08-12 14:47:34 -03:00
assert.rst Link mentioned functions instead of using literals (#8045) 2020-11-19 15:44:59 +01:00
backwards-compatibility.rst Fix typos 2020-10-16 21:29:58 +09:00
bash-completion.rst Fix sphinx code-block types for remaining rst docs 2019-02-15 15:10:37 +02:00
builtin.rst Merge pull request #8130 from pytest-dev/release-6.2.0 2020-12-12 23:23:19 +02:00
cache.rst doc: fix broken cross references 2020-09-06 19:06:43 +03:00
capture.rst Prepare release version 6.0.0rc1 2020-07-08 17:51:01 -04:00
changelog.rst Merge pull request #8149 from pytest-dev/release-6.2.1 2020-12-15 12:41:02 -03:00
conf.py Use transparent PNG for logo (#8159) 2020-12-16 11:19:45 -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 faq.rst from docs (#7635) 2020-08-12 14:47:34 -03:00
contributing.rst
customize.rst config: add Config.{rootpath,inipath}, turn Config.{rootdir,inifile} to properties 2020-09-04 18:04:25 +03:00
deprecations.rst Deprecate raising unittest.SkipTest to skip tests during collection 2021-01-15 00:05:33 +02:00
development_guide.rst Issue 7202 - Point development guide to contributing section (#7280) 2020-05-31 09:37:26 +03:00
doctest.rst [pre-commit.ci] pre-commit autoupdate (#8201) 2020-12-30 11:56:09 +02:00
existingtestsuite.rst docs: remove doc/en/links.inc (#6853) 2020-03-06 03:11:24 +01:00
fixture.rst Add missing fixture (#8207) 2020-12-31 15:25:44 -03:00
flaky.rst Point to stable docs instead of latest 2020-07-07 07:45:27 -03:00
funcarg_compare.rst python: export pytest.Metafunc for typing purposes 2020-12-26 21:05:02 +02:00
funcargs.rst fix line endings 2018-05-23 16:45:23 +02:00
getting-started.rst Merge pull request #8149 from pytest-dev/release-6.2.1 2020-12-15 12:41:02 -03:00
goodpractices.rst docs: support Sphinx>=3.1 and require it 2020-07-17 23:17:11 +03:00
historical-notes.rst doc: fix broken cross references 2020-09-06 19:06:43 +03:00
index.rst doc: Add note about training early bird discount 2021-01-05 19:39:50 +01:00
license.rst Update copyright year to 2020 2020-01-04 08:46:58 -03:00
logging.rst Allow tests to override "global" `log_level` (rebased) (#7340) 2020-06-08 22:05:46 -03:00
mark.rst Mistyped was mistyped (#7762) 2020-09-16 12:18:03 +02:00
monkeypatch.rst doc: fix broken cross references 2020-09-06 19:06:43 +03:00
naming20.rst
nose.rst Fix nose documentation 2020-11-19 13:54:40 +01:00
parametrize.rst doc: note about mutation of parametrized values (#7516) 2020-07-20 15:12:48 +03:00
plugins.rst New doc role: globalvar for special variables 2020-07-10 09:50:03 -03:00
projects.rst fix mozilla qa project link 2020-03-11 11:10:33 +01:00
py27-py34-deprecation.rst The final Python 2.7 was released in April 2020-06-13 20:50:24 +03:00
pytest.ini
pythonpath.rst Introduce --import-mode=importlib (#7246) 2020-06-13 11:29:01 -03:00
recwarn.rst Add docs for the warnings functionality 2017-03-20 23:35:01 -03:00
reference.rst DOC: Mark pytest module 2021-01-02 00:34:52 -08:00
requirements.txt Revert "doc: temporary workaround for pytest-pygments lexing error" 2020-12-22 21:15:27 +02:00
skipping.rst Add missing import into example script in documentation 2021-01-08 11:43:51 +00:00
sponsor.rst fix typos in docs 2019-12-19 10:35:15 +01:00
talks.rst Update talks/trainings page (#7661) 2020-08-25 17:02:33 +02:00
tidelift.rst Update Tidelift docs with latest campaign 2019-10-24 14:58:58 -03:00
tmpdir.rst Merge pull request #8130 from pytest-dev/release-6.2.0 2020-12-12 23:23:19 +02:00
unittest.rst Prepare release version 6.0.0rc1 2020-07-08 17:51:01 -04:00
usage.rst Add unraisableexception and threadexception plugins 2020-11-21 21:11:48 +02:00
warnings.rst Link mentioned functions instead of using literals (#8045) 2020-11-19 15:44:59 +01:00
writing_plugins.rst DOC: Update multiple references to testdir to pytester 2021-01-01 12:21:39 -08:00
xunit_setup.rst [pre-commit.ci] pre-commit autoupdate (#8201) 2020-12-30 11:56:09 +02:00
yieldfixture.rst Remove all version references to obsolete pytest versions 2019-04-28 12:37:58 -03:00