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

Clean Tests #81

Open
2 tasks
robinmanuelthiel opened this issue May 16, 2023 · 0 comments
Open
2 tasks

Clean Tests #81

robinmanuelthiel opened this issue May 16, 2023 · 0 comments
Labels
cleanup Technical debt that should be fixed in upcoming cleanup sessions

Comments

@robinmanuelthiel
Copy link
Member

Tests seam to be in a non-optimal state. They can't be executed in parallel and thus take a long time to run. Tests should be totally independent of each other and not rely on each other's orders or parallelism of execution. Also, I think that many test that are in the *.UnitTests projects are actually integration tests. I created an issue for cleaning the tests in the future.

  • Split Tests in UnitTests and ItegrationTests
  • Ensure, that parallelism is possible

Ref discussion: #69

@robinmanuelthiel robinmanuelthiel added the cleanup Technical debt that should be fixed in upcoming cleanup sessions label May 16, 2023
@robinmanuelthiel robinmanuelthiel mentioned this issue May 16, 2023
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Technical debt that should be fixed in upcoming cleanup sessions
Projects
None yet
Development

No branches or pull requests

1 participant