Skip to content

Write/rewrite GenServer implementation tests #53

@mayppong

Description

@mayppong

Especially testing Squad's implementation. Instead of starting the GenServer process and sending it messages which involves other moving parts than the message handlers, we should test by calling the handle_* directly and test the response. This should make the tests a lot simpler and faster.

Currently, Spinner and Arena doesn't test the GenServer implementation at all, only the public APIs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions