mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 12:14:48 +00:00
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:
parent
cf360fad92
commit
597b239ef3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user