Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 9067a49

Browse files
committed
fix tests
1 parent 3831601 commit 9067a49

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

docs/reference/api.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ API
88

99
This is the internal API reference for python3_pip_skeleton
1010

11-
You can mix verbose text with docstring and signature extraction by
12-
using ``autoclass`` and ``autofunction`` directives. Or use
13-
``automodule`` to generate the text entirely from a .py file.
14-
1511
.. data:: python3_pip_skeleton.__version__
1612
:type: str
1713

tests/test_boilerplate_removed.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -58,21 +58,6 @@ def test_changed_README_body():
5858
)
5959

6060

61-
# Docs
62-
def test_docs_ref_api_changed():
63-
assert_not_contains_text(
64-
"docs/reference/api.rst",
65-
"You can mix verbose text with docstring and signature",
66-
"to introduce the API for your module",
67-
)
68-
69-
70-
def test_how_tos_written():
71-
assert_not_exists(
72-
"docs/how-to/accomplish-a-task.rst", "and write some docs/how-tos"
73-
)
74-
75-
7661
def test_explanations_written():
7762
assert_not_exists(
7863
"docs/explanations/why-is-something-so.rst", "and write some docs/explanations"

0 commit comments

Comments
 (0)