Skip to content
Discussion options

You must be logged in to vote

We have hundreds of tests that share the same TestContainer since those are resource intensive. So we needed order between most of them, at least within class level. But about one week ago after a test rehaul done in parallel plus upgrading to latest version of TUnit when running all tests (aka literally all) I saw that in one class the DependOn execution was not honored. So I transition to [NotInParallel] approach. But then when running all tests again another class with the same problem. Fixed it, too then ran again then another class, though in previous runs those classes were fine, reporting ok for tests. Maybe you get the idea, fixing one then another one pops for the same problem. S…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@traiannemes
Comment options

Answer selected by traiannemes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants