From 597b239ef3ef78feb689eb60df1e71130efedd6e Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Tue, 23 Nov 2021 09:54:35 +0000 Subject: [PATCH] docs: Remove TOC in UT advice doc Remove the table of contents in the Unit Test Advice document since GitHub auto-generates these now. See: https://github.com/kata-containers/kata-containers/pull/2023 Signed-off-by: James O. D. Hunt --- docs/Unit-Test-Advice.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/Unit-Test-Advice.md b/docs/Unit-Test-Advice.md index 88663c9760..8bdbfd4c66 100644 --- a/docs/Unit-Test-Advice.md +++ b/docs/Unit-Test-Advice.md @@ -1,19 +1,5 @@ # Unit Test Advice -* [Overview](#overview) -* [Assertions](#assertions) - * [golang assertions](#golang-assertions) - * [rust assertions](#rust-assertions) -* [Table driven tests](#table-driven-tests) - * [golang table driven tests](#golang-table-driven-tests) - * [rust table driven tests](#rust-table-driven-tests) -* [Temporary files](#temporary-files) - * [golang temporary files](#golang-temporary-files) - * [rust temporary files](#rust-temporary-files) -* [User running the test](#user-running-the-test) - * [running golang tests as different users](#running-golang-tests-as-different-users) - * [running rust tests as different users](#running-rust-tests-as-different-users) - ## Overview This document offers advice on writing a Unit Test (UT) in