Skip to content

Commit c023c6c

Browse files
committed
Fix: remove unpublished content links
1 parent e436350 commit c023c6c

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

tests/index.md

-34
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,6 @@ potential contributors to your project.
3434
There are three general types of tests that you can write for your Python
3535
package: unit tests, integration tests and end-to-end (or functional) tests. Learn about all three.
3636
:::
37-
38-
:::{grid-item-card}
39-
:link: run-tests
40-
:link-type: doc
41-
42-
✨ How to Run Your Tests ✨
43-
^^^
44-
45-
Learn more about what tools you can use to run tests. And how to run your
46-
tests on different Python versions and different operating systems both on
47-
your computer and using continuous integration on GitHub (or in any other CI).
48-
:::
4937
::::
5038

5139

@@ -64,26 +52,4 @@ Graphic showing the elements of the packaging process.
6452
Intro <self>
6553
Write tests <write-tests>
6654
Test types <test-types>
67-
Run tests <run-tests>
68-
Code coverage <code-cov>
69-
70-
```
71-
72-
```{toctree}
73-
:hidden:
74-
:maxdepth: 2
75-
:caption: Continuous Integration
76-
77-
Intro to CI <ci>
78-
Run tests in CI <tests-ci>
79-
80-
```
81-
82-
```{toctree}
83-
:hidden:
84-
:maxdepth: 2
85-
:caption: Package data
86-
87-
Package data <data>
88-
8955
```

0 commit comments

Comments
 (0)