Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ Documentation <documentation/index>

:::{toctree}
:hidden:
:caption: Testing
:caption: Tests & Data

Tests <tests/index>

Expand Down
16 changes: 16 additions & 0 deletions tests/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(tests-intro)=

# Tests and data for your Python package

Adding tests to your package provides a set of checks that ensure that its
Expand Down Expand Up @@ -79,6 +80,13 @@ Learn to generate local reports and visualize coverage online.

:::::

:::{figure-md} fig-target

<img src="../images/packaging-lifecycle.png" alt="" width="800px">

Graphic showing the elements of the packaging process.
:::

```{toctree}
:hidden:
:maxdepth: 2
Expand All @@ -92,3 +100,11 @@ Run tests with Nox <run-tests-nox>
Run tests online (using CI) <tests-ci>
Code coverage <code-cov>
```

```{toctree}
:hidden:
:maxdepth: 2
:caption: Data for Your Package

Package Data <package-data>
```
Loading
Loading