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

Sequential test suits #97

Closed
PaulNBarron opened this issue Apr 1, 2020 · 2 comments
Closed

Sequential test suits #97

PaulNBarron opened this issue Apr 1, 2020 · 2 comments
Labels
wontfix This will not be worked on

Comments

@PaulNBarron
Copy link

Hi,
Is it possible to run the test suits sequentially? For example if I have TestSuite1_FB and TestSuite2_FB is it possible to wait until TestSuite1_FB has finished executing before starting TestSuite2_FB?
Thanks

@sagatowski
Copy link
Member

Hi!

No. Tests should not be dependent on each other. See #8 here:
https://medium.com/better-programming/13-tips-for-writing-useful-unit-tests-ca20706b5368

@sagatowski
Copy link
Member

Also:
#95

@sagatowski sagatowski added the wontfix This will not be worked on label May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants