Skip to content
This repository has been archived by the owner on Nov 21, 2021. It is now read-only.

Subtext uses obsolete test framework (MbUnit) #4

Closed
jeremy-jameson opened this issue Nov 21, 2019 · 0 comments · Fixed by #5 or #7
Closed

Subtext uses obsolete test framework (MbUnit) #4

jeremy-jameson opened this issue Nov 21, 2019 · 0 comments · Fixed by #5 or #7

Comments

@jeremy-jameson
Copy link
Collaborator

The last release of MbUnit was July 19, 2012 and there are several outstanding bugs that make this very painful to use.

For example, you cannot run tests in assemblies compiled in Visual Studio 2015 and later (Gallio exception with visual studio 2015). There is also a nasty bug in the latest version of the Gallio Icarus test runner which causes the "filter" toolbar buttons to do nothing (for example, when trying to filter on failed tests).

Also note that getting MbUnit tests to run in Azure DevOps is most likely an exercise in futility.

For these reasons, the Subtext solution needs to be updated to a modern, supported test framework (such as MSTest).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
1 participant