From d1aa395e8e2868860c1f7f36452501a107ef4e89 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Wed, 20 Dec 2023 16:21:44 -0700 Subject: [PATCH] Fix: remove unpublished content links --- tests/index.md | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/tests/index.md b/tests/index.md index dc009cd4..d20964cf 100644 --- a/tests/index.md +++ b/tests/index.md @@ -34,18 +34,6 @@ potential contributors to your project. There are three general types of tests that you can write for your Python package: unit tests, integration tests and end-to-end (or functional) tests. Learn about all three. ::: - -:::{grid-item-card} -:link: run-tests -:link-type: doc - -✨ How to Run Your Tests ✨ -^^^ - -Learn more about what tools you can use to run tests. And how to run your -tests on different Python versions and different operating systems both on -your computer and using continuous integration on GitHub (or in any other CI). -::: :::: @@ -64,26 +52,4 @@ Graphic showing the elements of the packaging process. Intro Write tests Test types -Run tests -Code coverage - -``` - -```{toctree} -:hidden: -:maxdepth: 2 -:caption: Continuous Integration - -Intro to CI -Run tests in CI - -``` - -```{toctree} -:hidden: -:maxdepth: 2 -:caption: Package data - -Package data - ```