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

Do not show organization packages on profile #5349

Merged
merged 2 commits into from
Jan 26, 2018
Merged

Conversation

chenriksson
Copy link
Member

Fixes #5328

Copy link
Contributor

@scottbommarito scottbommarito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the way you wrote the unit tests is really cool, nice job

{
get
{
return GetService<PackageService>();
}
}

[Theory]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these supposed to have [Theory] on them if they're not meant to be run directly, but instead by the subclasses?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes - verified that the test cases run for both subclasses. Unfortunately MemberData requires statics, so I need to override and apply that attribute in the subclasses... couldn't find a way around that.

@chenriksson chenriksson merged commit 5b8fadd into dev Jan 26, 2018
@chenriksson chenriksson deleted the chenriks-bug-5328 branch January 26, 2018 18:42
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.

3 participants