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

Support ordering all test cases in a collection #1829

Open
bradwilson opened this issue Oct 10, 2018 · 7 comments
Open

Support ordering all test cases in a collection #1829

bradwilson opened this issue Oct 10, 2018 · 7 comments

Comments

@bradwilson
Copy link
Member

bradwilson commented Oct 10, 2018

We should allow [TestCaseOrderer] (when applied at the assembly or collection level) to order all the test cases for the collection. Today, this is limited to ordering all the tests for a single class.

@MateuszBogdan
Copy link

+1 on that

@L-Dogg
Copy link

L-Dogg commented Mar 11, 2019

+1

1 similar comment
@trungcaot
Copy link

+1

@bradwilson bradwilson changed the title 3.0: Support ordering all test cases in a collection Support ordering all test cases in a collection Jun 30, 2021
@SimonCropp
Copy link
Contributor

what is the use case for this? seems to me that relying on order would imply some kind of larger problem with the code base?

@bradwilson
Copy link
Member Author

It's the same use case as the existing ordering functionality. The default behavior is suitable for standard unit testing, but this gives an extensibility point for those who are trying to enable other kinds of testing.

@venkatr21
Copy link

This would be a super helpful use-case.
Any ETA for shipping this feature request?

@bradwilson
Copy link
Member Author

Not at this time, sorry.

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

No branches or pull requests

6 participants