This repository has been archived by the owner on Apr 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5f8e499
commit 5a74f4b
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |