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

Make tests more fine-grained (towards TDD) #101

Open
CSchoel opened this issue Jul 15, 2021 · 0 comments
Open

Make tests more fine-grained (towards TDD) #101

CSchoel opened this issue Jul 15, 2021 · 0 comments

Comments

@CSchoel
Copy link
Contributor

CSchoel commented Jul 15, 2021

To get closer to a test driven design (TDD) workflow, we need not only test coverage but also fine-grained tests.
Ideally, almost every method in the code should be tested independently.

Among other things, this may require writing dummy server and client objects, in order to decouple method behavior from the actual network connection.

Note: This issue is still work in progress, as it is not designated for the current sprint.

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

No branches or pull requests

1 participant