From d67bb073dd15865c1c05dd8e8254ab06dd0daa58 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Fri, 5 Jan 2024 15:18:35 -0700 Subject: [PATCH] Fix: update homepage nav --- index.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/index.md b/index.md index 65e5c35ef..ee5c3636a 100644 --- a/index.md +++ b/index.md @@ -130,7 +130,19 @@ Learn about best practices for: :::: ::::{grid-item} -:::{card} ✨ Tests, checks & clean code ✨ +:::{card} ✨ Tests ✨ +:class-card: left-aligned + +* [Intro to testing](tests/index.md) +* [Write tests](tests/write-tests.md) +* [Types of tests](tests/test-types.md) + +*We are actively working on this section. [Follow development here.](https://github.com/pyOpenSci/python-package-guide)* +::: +:::: + +::::{grid-item} +:::{card} ✨ Code checks & clean code ✨ :class-card: left-aligned * [Code style](package-structure-code/code-style-linting-format.md)