File tree 1 file changed +0
-34
lines changed
1 file changed +0
-34
lines changed Original file line number Diff line number Diff line change @@ -34,18 +34,6 @@ potential contributors to your project.
34
34
There are three general types of tests that you can write for your Python
35
35
package: unit tests, integration tests and end-to-end (or functional) tests. Learn about all three.
36
36
:::
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
- :::
49
37
::::
50
38
51
39
@@ -64,26 +52,4 @@ Graphic showing the elements of the packaging process.
64
52
Intro <self>
65
53
Write tests <write-tests>
66
54
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
-
89
55
```
You can’t perform that action at this time.
0 commit comments