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

Testing day 1 #6013

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

Testing day 1 #6013

wants to merge 15 commits into from

Conversation

mbaechler
Copy link
Contributor

This PR is not about ZIO Test but uses ZIO Test to change easily lifetime of services following refactorings.

The ultimate goal is to have test case code as short as possible because it's what matter for the reader.

To achieve that goal there are a list of transformations required:

  • test classes or objects instead of traits
  • write tests against interface
  • avoid as much as possible to use files as communication channels (I couldn't apply that one for now)

Please comment individual steps in case you disagree on specific transformations. Of course you can always write a general comment if you want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant