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

Expecto test adapter for MonoDevelop / Visual Studio for Mac

License

Notifications You must be signed in to change notification settings

jwosty/MonoDevelop.UnitTests.Expecto

Repository files navigation

MonoDevelop.UnitTests.Expecto

A MonoDevelop / Visual Studio for Mac addin that provides an Expecto test adapter

This project is in its early stages. Contributions are always welcome.

Test discovery

The addin currently discovers tests by searching the user assemblies for TestsAttribute, as in:

[<Tests>]
let test1 = test "hello world" { () }

Building and running

Open MonoDevelop.UnitTests.Expecto.sln and run the MonoDevelop.UnitTests.Expecto project from Visual Studio for Mac / MonoDevelop.

Installing

Run:

msbuild MonoDevelop.UnitTesting.Expecto/MonoDevelop.UnitTesting.Expecto.fsproj /p:Configuration=Release /p:InstallAddin=true

NOTE: This has project has not been tested on Windows MonoDevelop. It probably doesn't work (but it's probably not too much effort to make it work)

Releases

No releases published

Packages

No packages published

Languages