We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1587d0e + d67bb07 commit 691ee40Copy full SHA for 691ee40
index.md
@@ -130,7 +130,19 @@ Learn about best practices for:
130
::::
131
132
::::{grid-item}
133
-:::{card} ✨ Tests, checks & clean code ✨
+:::{card} ✨ Tests ✨
134
+:class-card: left-aligned
135
+
136
+* [Intro to testing](tests/index.md)
137
+* [Write tests](tests/write-tests.md)
138
+* [Types of tests](tests/test-types.md)
139
140
+*We are actively working on this section. [Follow development here.](https://github.com/pyOpenSci/python-package-guide)*
141
+:::
142
+::::
143
144
+::::{grid-item}
145
+:::{card} ✨ Code checks & clean code ✨
146
:class-card: left-aligned
147
148
* [Code style](package-structure-code/code-style-linting-format.md)
0 commit comments