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

Untangle the testcases environments #214

Closed
f-f opened this issue May 25, 2019 · 0 comments · Fixed by #265
Closed

Untangle the testcases environments #214

f-f opened this issue May 25, 2019 · 0 comments · Fixed by #265

Comments

@f-f
Copy link
Member

f-f commented May 25, 2019

Right now the tests are "coupled": basically the whole test setup is a continuous sequence of commands (i.e. the subsequent commands "innherit" the environment from the previous ones) and we test that those combinations work. The reason is that sometimes it makes sense to see that a command executes correctly and "fixes" a problem introduced by the previous one, and so on.

We should:

  • decouple the test cases so that they are responsible for creating their own environment
  • allow them to run in parallel, by running every test case in a separate temp directory
@f-f f-f changed the title Uncouple the tests Untangle the testcases environments May 25, 2019
@f-f f-f added this to the 1.0 milestone Jun 12, 2019
@f-f f-f closed this as completed in #265 Jun 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant