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

Issue #1212 - use mono with dotnet-xunit if not on windows #1213

Merged
merged 1 commit into from
Apr 22, 2017
Merged

Issue #1212 - use mono with dotnet-xunit if not on windows #1213

merged 1 commit into from
Apr 22, 2017

Conversation

TheAngryByrd
Copy link
Contributor

@TheAngryByrd TheAngryByrd commented Apr 16, 2017

This closes #1212 .

This is just an initial stab at the solution. Feedback is welcome.

On OSX:

dotnet xunit -internaldiagnostics

Running desktop CLR tests for framework net452...
EXEC: "mono64" "/Users/jimmy/.nuget/packages/dotnet-xunit/2.3.0-jimmy001/tools/net452/xunit.console.exe" "MyCoolNewLib.Tests.dll" -internaldiagnostics
xUnit.net Console Runner (64-bit Desktop .NET 4.0.30319.42000)
  Discovering: MyCoolNewLib.Tests
  Discovered:  MyCoolNewLib.Tests
  Starting:    MyCoolNewLib.Tests
  Finished:    MyCoolNewLib.Tests
=== TEST EXECUTION SUMMARY ===
   MyCoolNewLib.Tests  Total: 1, Errors: 0, Failed: 0, Skipped: 0, Time: 0.109s

dotnet xunit -internaldiagnostics -x86

Running desktop CLR tests for framework net452...
EXEC: "mono" "/Users/jimmy/.nuget/packages/dotnet-xunit/2.3.0-jimmy001/tools/net452/xunit.console.x86.exe" "MyCoolNewLib.Tests.dll" -internaldiagnostics
xUnit.net Console Runner (32-bit Desktop .NET 4.0.30319.42000)
  Discovering: MyCoolNewLib.Tests
  Discovered:  MyCoolNewLib.Tests
  Starting:    MyCoolNewLib.Tests
  Finished:    MyCoolNewLib.Tests
=== TEST EXECUTION SUMMARY ===
   MyCoolNewLib.Tests  Total: 1, Errors: 0, Failed: 0, Skipped: 0, Time: 0.100s

@dnfclas
Copy link

dnfclas commented Apr 16, 2017

This seems like a small (but important) contribution, so no Contribution License Agreement is required at this point. We will now review your pull request.
Thanks,
.NET Foundation Pull Request Bot

@bradwilson bradwilson merged commit 6f83e40 into xunit:master Apr 22, 2017
@bradwilson
Copy link
Member

Thanks!

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.

dotnet-xunit executing net452 tests on with mono
3 participants