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

Build script - now using xUnit #62

Merged
merged 3 commits into from Jan 15, 2012
Merged

Build script - now using xUnit #62

merged 3 commits into from Jan 15, 2012

Conversation

shiftkey
Copy link
Member

After some chatter around being able to test the code quickly, I've put together a simple process that we can all use to verify the current code.

How?

Open a command prompt and navigate to the project root and run .\build.cmd

What's happening?

This will compile the code using MSBuild and run the tests using the xUnit console test runner.

Adding tests

We are currently using xUnit and Moq in our unit tests. If you would like to see something else being used for Code52 drop into the JabbR room to discuss.

Note that we need a tool which:

  • is not restricted to a specific SKU of Visual Studio - we don't want to exclude anyone from contributing
  • can run tests outside of Visual Studio

andrewtobin added a commit that referenced this pull request Jan 15, 2012
Build script - now using xUnit

There is one failing test but the xUnit works - merging because it should be up to test author to fix.
@andrewtobin andrewtobin merged commit 51ffd8e into master Jan 15, 2012
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

Successfully merging this pull request may close these issues.

None yet

3 participants