From e47493dbc97a632b80c84b5e67c35e2264c80db8 Mon Sep 17 00:00:00 2001 From: Dani Date: Mon, 14 Jun 2021 11:31:42 +0100 Subject: [PATCH] init --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f2a6ab..dc7b5d5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This WIP plugin and workflow allows to replace unit tests written from code (as usual), by Grasshopper files, and to continue using the Test Explorer in Visual Studio. The plugin contains two special objects, a group that allows to gather components into a single unit test, and a component that throws an error when the test fails. -![Capture Tenrec Group](.Resources/captureTenrecGroup.png) +![Capture Tenrec Group](./Resources/captureTenrecGroup.png) ### 🗺️ Motivation The motivation is to automate the test code and allow to create Grasshopper definitions that can be both component unit tests and integration tests between various components. It also allows to have a better control over the data, mainly geometrical, that parameterise the tests. And above all, it avoids having to open Rhino + Grasshopper + Document to debug a plugin.