Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Fuchu -> Expecto (README)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchester committed Dec 10, 2016
1 parent 5f8e499 commit 5a74f4b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 5a74f4b

Please sign in to comment.