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

Allow test nUnit test assemblies containing SetupFixture attributes be compatible with NUnitParallel #824

Merged

Conversation

crossleydominic
Copy link
Contributor

nUnit unit test assemblies that contain a SetupFixture attribute will be flagged in the test report as a "SetUpFixture" test-suite type. e.g.

< test-suite type="SetUpFixture" name="assembly_name_here" executed="True" result="Success" success="True" time="1.00" asserts="0" >

This change will update the NUnitParallel test report merging so that "SetUpFixture" types will be included in the merged test report xml.

… be flagged in the test report as a "SetUpFixture" test-suite type. This change will update the NUnitParallel test report merging so that "SetUpFixture" types will be included in the merged xml
forki added a commit that referenced this pull request Jun 1, 2015
Allow test nUnit test assemblies containing SetupFixture attributes be compatible with NUnitParallel
@forki forki merged commit d83f7e3 into fsprojects:master Jun 1, 2015
@forki
Copy link
Member

forki commented Jun 1, 2015

thx

@crossleydominic crossleydominic deleted the nunit-parallel-setupfixture branch June 2, 2015 06:41
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.

2 participants