Skip to content
This repository has been archived by the owner on Dec 12, 2017. It is now read-only.

Custom trait not being picked up #35

Open
danielwertheim opened this issue Mar 6, 2015 · 7 comments
Open

Custom trait not being picked up #35

danielwertheim opened this issue Mar 6, 2015 · 7 comments

Comments

@danielwertheim
Copy link

When implementing a custom ITraitAttribute and ITraitDiscoverer I can see that the discoverer is being executed for the correct attribute, but you can't filter on that trait as it's not listed under Group by.

@citizenmatt
Copy link
Contributor

Unfortunately, this is due to the editor still using xunit v1 to do discovery and the fact that traits are gathered from the in-editor discovery. The runner is all v2, but doesn't gather or report info about traits. This relies upon the in-editor discovery being rewritten to use v2.

@danielwertheim
Copy link
Author

Which will happen aproximately when?

@JacobSnyder
Copy link

This is probably a dupe of #27.

@gpetrou
Copy link

gpetrou commented Jul 3, 2016

Are there any plans to fix this?

@citizenmatt
Copy link
Contributor

Not in the immediate term. Rewriting the editor based test discovery is a large piece of work, and I'm not able to get on to it right now.

@DoCode
Copy link

DoCode commented Dec 19, 2016

+1
Visual Studio's test runner display the correct categories!?

@drewnoakes
Copy link

Now that R# has native support for xUnit, I'm not sure whether this repo is active any more. There's no mention on the README.

It seems there's an open issue on R#'s own issue tracker for this. Perhaps you should vote on it there to increase the chance it's worked on.

https://youtrack.jetbrains.com/issue/RSRP-458779

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants