| # Copyright 2021 The Fuchsia Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| # Please, read https://fuchsia.dev/fuchsia-src/contribute/docs/documentation-navigation-toc |
| # before making changes to this file, and add a member of the fuchsia.dev |
| # team as reviewer. |
| toc: |
| - title: "Overview" |
| path: /docs/contribute/testing/README.md |
| - title: "Testing principles" |
| path: /docs/contribute/testing/principles.md |
| - title: "Testing scope" |
| path: /docs/contribute/testing/scope.md |
| - title: "Testing best practices" |
| path: /docs/contribute/testing/best-practices.md |
| - title: "Test environments" |
| path: /docs/contribute/testing/environments.md |
| - title: "Fuzz testing" |
| path: /docs/contribute/testing/fuzz_testing.md |
| - title: "Test coverage" |
| path: /docs/contribute/testing/coverage.md |
| - title: "Sanitizers" |
| path: /docs/contribute/testing/sanitizers.md |