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 <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt 2021-11-23 09:54:35 +00:00
parent cf360fad92
commit 597b239ef3

View File

@ -1,19 +1,5 @@
# Unit Test Advice # 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 ## Overview
This document offers advice on writing a Unit Test (UT) in This document offers advice on writing a Unit Test (UT) in