File tree 3 files changed +17
-4
lines changed
3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -130,15 +130,28 @@ Learn about best practices for:
130
130
::::
131
131
132
132
::::{grid-item}
133
- :::{card} ✨ Tests, checks & clean code ✨
133
+ :::{card} ✨ Tests for your Python package ✨
134
134
:class-card: left-aligned
135
135
136
- * [ Code style] ( package-structure-code/code-style-linting-format.md )
136
+ * [ Write tests] ( tests/write-tests )
137
+ * [ Types of tests] ( tests/test-types )
138
+ * [ Run tests locally] ( tests/run-tests )
139
+ * [ Run tests in CI] ( tests/tests-ci )
137
140
138
141
* We are actively working on this section. [ Follow development here.] ( https://github.com/pyOpenSci/python-package-guide ) *
139
142
:::
140
143
::::
141
144
145
+ ::::{grid-item}
146
+ :::{card} ✨ Code style & Format ✨
147
+ :link : CONTRIBUTING
148
+ :link-type: doc
149
+ :class-card: left-aligned
150
+
151
+ * [ Code style] ( package-structure-code/code-style-linting-format.md )
152
+ :::
153
+ ::::
154
+
142
155
::::{grid-item}
143
156
:::{card} ✨ Want to contribute? ✨
144
157
:link : CONTRIBUTING
@@ -217,7 +230,5 @@ Packaging <package-structure-code/intro>
217
230
:caption: Testing
218
231
219
232
Tests <tests/index>
220
- Write tests <tests/write-tests>
221
- Types of tests <tests/test-types>
222
233
223
234
```
Original file line number Diff line number Diff line change @@ -54,4 +54,6 @@ Graphic showing the elements of the packaging process.
54
54
Intro <self>
55
55
Write tests <write-tests>
56
56
Test types <test-types>
57
+ Run tests locally <run-tests>
58
+ Run tests online (using CI) <tests-ci>
57
59
```
You can’t perform that action at this time.
0 commit comments