Skip to content

Commit 691ee40

Browse files
authored
ENH: add links to test section on landing page
Fix: update homepage nav
2 parents 1587d0e + d67bb07 commit 691ee40

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

index.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,19 @@ Learn about best practices for:
130130
::::
131131

132132
::::{grid-item}
133-
:::{card} ✨ Tests, checks & clean code ✨
133+
:::{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 ✨
134146
:class-card: left-aligned
135147

136148
* [Code style](package-structure-code/code-style-linting-format.md)

0 commit comments

Comments
 (0)