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

Improve tests and testability #51

Open
dazuma opened this issue Sep 15, 2015 · 1 comment
Open

Improve tests and testability #51

dazuma opened this issue Sep 15, 2015 · 1 comment
Assignees

Comments

@dazuma
Copy link
Contributor

dazuma commented Sep 15, 2015

Many of our tests are currently "integration" tests in that they test the total behavior of the game for a certain sequence of events (e.g. kill a tank and pick up its power-up).

We should probably make more unit tests that test functions, or single actors (i.e. send a message, receive response messages)

@dazuma dazuma self-assigned this Sep 15, 2015
@BitBrit
Copy link
Contributor

BitBrit commented Oct 15, 2015

To this end I wrote one more unit test for power ups. ;-)

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

No branches or pull requests

2 participants