Skip to content

Commit 15d8293

Browse files
authored
Remove faq.rst from docs (pytest-dev#7635)
1 parent 4c92584 commit 15d8293

File tree

6 files changed

+6
-163
lines changed

6 files changed

+6
-163
lines changed

changelog/1477.doc.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Removed faq.rst and its reference in contents.rst.

doc/en/adopt.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Partner projects, sign up here! (by 22 March)
4545
What does it mean to "adopt pytest"?
4646
-----------------------------------------
4747

48-
There can be many different definitions of "success". Pytest can run many `nose and unittest`_ tests by default, so using pytest as your testrunner may be possible from day 1. Job done, right?
48+
There can be many different definitions of "success". Pytest can run many nose_ and unittest_ tests by default, so using pytest as your testrunner may be possible from day 1. Job done, right?
4949

5050
Progressive success might look like:
5151

@@ -63,7 +63,8 @@ Progressive success might look like:
6363

6464
It may be after the month is up, the partner project decides that pytest is not right for it. That's okay - hopefully the pytest team will also learn something about its weaknesses or deficiencies.
6565

66-
.. _`nose and unittest`: faq.html#how-does-pytest-relate-to-nose-and-unittest
66+
.. _nose: nose.html
67+
.. _unittest: unittest.html
6768
.. _assert: assert.html
6869
.. _pycmd: https://bitbucket.org/hpk42/pycmd/overview
6970
.. _`setUp/tearDown methods`: xunit_setup.html

doc/en/announce/release-2.3.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Changes between 2.2.4 and 2.3.0
9494
- pluginmanager.register(...) now raises ValueError if the
9595
plugin has been already registered or the name is taken
9696

97-
- fix issue159: improve http://pytest.org/en/stable/faq.html
97+
- fix issue159: improve https://docs.pytest.org/en/6.0.1/faq.html
9898
especially with respect to the "magic" history, also mention
9999
pytest-django, trial and unittest integration.
100100

doc/en/changelog.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7403,7 +7403,7 @@ Bug fixes:
74037403
- pluginmanager.register(...) now raises ValueError if the
74047404
plugin has been already registered or the name is taken
74057405

7406-
- fix issue159: improve http://pytest.org/en/stable/faq.html
7406+
- fix issue159: improve https://docs.pytest.org/en/6.0.1/faq.html
74077407
especially with respect to the "magic" history, also mention
74087408
pytest-django, trial and unittest integration.
74097409

doc/en/contents.rst

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ Full pytest documentation
3838
customize
3939
example/index
4040
bash-completion
41-
faq
4241

4342
backwards-compatibility
4443
deprecations

doc/en/faq.rst

-158
This file was deleted.

0 commit comments

Comments
 (0)