Skip to content

Commit c9e7bde

Browse files
committed
Initial add - tests page
1 parent 596c3d0 commit c9e7bde

File tree

7 files changed

+269
-8
lines changed

7 files changed

+269
-8
lines changed

ci-and-testing/intro.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

ci-tests-data/ci.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# CI for packaging

ci-tests-data/code-cov.md

Whitespace-only changes.

ci-tests-data/data.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Data for packaging

ci-tests-data/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Tests and data for your Python package
2+
3+
Tests and data are important!
4+
5+
But why
6+
7+
```{toctree}
8+
:hidden:
9+
:maxdepth: 2
10+
:caption: Tests and data
11+
12+
Intro <self>
13+
Writing tests <tests>
14+
Package data <data>
15+
CI <ci>
16+
17+
```

ci-tests-data/tests.md

Lines changed: 248 additions & 0 deletions
Large diffs are not rendered by default.

index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ Packaging <package-structure-code/intro>
2020
:hidden:
2121
:caption: CI and Testing
2222
23-
CI & Tests <ci-and-testing/intro>
23+
CI & Tests <ci-tests-data/index>
24+
2425
```
2526

2627
<!-- Github community standards

0 commit comments

Comments
 (0)