From 0f42bf522eeca8f18a35e40adb773f16c0ec9df1 Mon Sep 17 00:00:00 2001 From: Dani Date: Mon, 14 Jun 2021 11:30:45 +0100 Subject: [PATCH] init --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2f5f33..3f2a6ab 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](.git/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.