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

Can NUnit tests be run with vscode? #226

Closed
hsavit1 opened this issue Oct 8, 2016 · 5 comments
Closed

Can NUnit tests be run with vscode? #226

hsavit1 opened this issue Oct 8, 2016 · 5 comments

Comments

@hsavit1
Copy link

hsavit1 commented Oct 8, 2016

On OSX - can I run the NUnit tests w/o Xamarin? Would the ionide plugin for VSCode be enough?

@ErikSchierboom
Copy link
Member

At this moment, no, as VSCode doesn't support test runners as far as I know. The Ionide plugin does support running FAKE scripts, which can also be used to run tests. Once this feature is implemented in the CLI, we will be working on shipping a FAKE script alongside each exercise to run the tests.

@hsavit1
Copy link
Author

hsavit1 commented Oct 9, 2016

@ErikSchierboom - Thanks for getting back to me

Are there any recommended docs for running these FAKE scripts? And if there are, perhaps they should be added to the "Running the tests" section for F#.

My laptop has very little space and I'd rather not download Xamarin if i don't have to!

@ErikSchierboom
Copy link
Member

@hsavit1 As of today, no there are not. Once the abovementioned feature has been implemented, I'll add the FAKE scripts and update the documentation. However, this repository does use FAKE to build and test the files. For example. check out build.fsx.

@ErikSchierboom
Copy link
Member

By the way, the FAKE documentation is also quite nice. You could try to follow their getting started tutorial.

@ErikSchierboom
Copy link
Member

I'll close this issue, as it is really as VS Code feature (which I would love to see!). Hopefully, we can make things simpler in the future.

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