-
Notifications
You must be signed in to change notification settings - Fork 1
Clean Tests #81
Copy link
Copy link
Open
Labels
cleanupTechnical debt that should be fixed in upcoming cleanup sessionsTechnical debt that should be fixed in upcoming cleanup sessions
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cleanupTechnical debt that should be fixed in upcoming cleanup sessionsTechnical debt that should be fixed in upcoming cleanup sessions