Skip to content

Commit d86ccda

Browse files
committed
Fix: navigation
1 parent b85a7a2 commit d86ccda

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

images/code-cov-stravalib.png

-555 KB
Binary file not shown.

index.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,28 @@ Learn about best practices for:
130130
::::
131131

132132
::::{grid-item}
133-
:::{card} ✨ Tests, checks & clean code
133+
:::{card} ✨ Tests for your Python package
134134
:class-card: left-aligned
135135

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)
137140

138141
*We are actively working on this section. [Follow development here.](https://github.com/pyOpenSci/python-package-guide)*
139142
:::
140143
::::
141144

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+
142155
::::{grid-item}
143156
:::{card} ✨ Want to contribute? ✨
144157
:link: CONTRIBUTING
@@ -217,7 +230,5 @@ Packaging <package-structure-code/intro>
217230
:caption: Testing
218231
219232
Tests <tests/index>
220-
Write tests <tests/write-tests>
221-
Types of tests <tests/test-types>
222233
223234
```

tests/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,6 @@ Graphic showing the elements of the packaging process.
5454
Intro <self>
5555
Write tests <write-tests>
5656
Test types <test-types>
57+
Run tests locally <run-tests>
58+
Run tests online (using CI) <tests-ci>
5759
```

0 commit comments

Comments
 (0)