Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to run xunit tests #89

Open
mglodack opened this issue Sep 13, 2016 · 3 comments
Open

Add ability to run xunit tests #89

mglodack opened this issue Sep 13, 2016 · 3 comments

Comments

@mglodack
Copy link
Member

No description provided.

@awseward
Copy link
Member

Yes, please

@mglodack
Copy link
Member Author

What are your thoughts on specifying which unit testing tool you are using in ConfigParams?

type TestTool = NUnit | XUnit

type ConfigParams =
{
   ...
   TestTool: TestTool
}

let ConfigDefaults () =
  {
    ...
    TestTool = XUnit // default
  }

Thoughts?

@awseward
Copy link
Member

Seems pretty reasonable to me.

Let's give it a shot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants