From 11bc9a80d15991c68e43b085c6a8fc6ebd84bd8c Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Fri, 24 Mar 2023 09:57:59 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ab87ad25b..5474acaed 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ Contributors are the engine that keeps Fabric alive so if you were or are planni - [Running tests for specific examples](#running-tests-for-specific-examples) - [Generating the inventory automatically](#generating-the-inventory-automatically) - [Building tests for blueprints](#building-tests-for-blueprints) - + [Testing via `tfvars` and `yaml` (aka `tftest`-based tests)](#testing-via--tfvars--and--yaml---aka--tftest--based-tests-) + + [Testing via `tfvars` and `yaml` (aka `tftest`-based tests)](#testing-via-tfvars-and-yaml-aka-tftest-based-tests) - [Generating the inventory for `tftest`-based tests](#generating-the-inventory-for--tftest--based-tests) + [Writing tests in Python (legacy approach)](#writing-tests-in-python--legacy-approach-) + [Running tests from a temporary directory](#running-tests-from-a-temporary-directory)