thomhurst / TUnit

A modern, fast and flexible .NET testing framework
MIT License
2.26k stars 37 forks source link

`CategoryAttribute` and `PropertyAttribute` not registered as a test trait #1145

Open samtrion opened 4 days ago

samtrion commented 4 days ago

Unfortunately, the current implementation is such that CategoryAttribute and PropertyAttribute are not registered as traits. This prevents, for example, the filtering of tests within Visual Studio.

thomhurst commented 4 days ago

I'm not sure the new testing platform has the concept of traits. I'll check in with them.

nohwnd commented 2 days ago

wrong window :D response here: https://github.com/microsoft/testfx/discussions/3991#discussioncomment-11153259

thomhurst commented 1 day ago

I think I'm a bit blocked on this, the VSTest bridge uses an internal serializable property, so I can't access it 🤔