From 5a74f4b22d6f5bba22b41fca4cb8be1c80170bf4 Mon Sep 17 00:00:00 2001 From: Adam Chester Date: Sat, 10 Dec 2016 10:41:48 +1000 Subject: [PATCH] Fuchu -> Expecto (README) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ff2c331..4e75165 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# fuchu-adapter -Visual Studio test adapter for Fuchu +# expecto-adapter +Visual Studio test adapter for Expecto -This adapter enable tests based on the [Fuchu] (https://github.com/mausch/Fuchu) F# test framework to show up in Visual Studio's **Text Explorer** window, and also in Visual Studio Online builds. +This adapter enable tests based on the [Expecto] (https://github.com/haf/Expecto) F# test framework to show up in Visual Studio's **Text Explorer** window, and also in Visual Studio Online builds. -Note that this project is not affiliated with the main Fuchu project. It is an independent project, developed because I wanted to use Fuchu in conjunction with Visual Studio tooling. +This was originally developed as the [Fuchu Adapter](https://github.com/interactsw/fuchu-adapter). ## Usage -Use the NuGet package manager to add a reference to the [Fuchu.Adapter] (https://www.nuget.org/packages/Fuchu.Adapter/) package to a test project that uses Fuchu. (There is no need to install anything globally.) Visual Studio will detect the presence of the test adapter, and will use it to populate the Test Explorer and run tests. +Use the NuGet package manager to add a reference to the [Expecto.VisualStudio.TestAdapter] (https://www.nuget.org/packages/Expecto.VisualStudio.TestAdapter/) package to a test project that uses Expecto. (There is no need to install anything globally.) Visual Studio will detect the presence of the test adapter, and will use it to populate the Test Explorer and run tests.