-
Notifications
You must be signed in to change notification settings - Fork 0
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
Unit Tests #102
Comments
We should probably have unit tests too on the packet serialising/deserialising |
We might want to do this |
I'll start to have a look at this shit |
I had a quick look (see branch |
might be a stupid question but why
|
My plan was to have a look tomorrow at some test stuff |
Unity Testing Framework |
I managed to get the tests working, you have to run them in unity though, rider doesn't seem to work for me |
I'll try to write a real test for the |
they don't seem to be included in this https://github.com/github/gitignore/blob/master/Unity.gitignore so I'm inclined to keep them |
What Do You Want?
Should probably start testing our really ugly code, especially the server/client packets.
How Do We Do It?
Implement a
TestServer
andTestClient
(or equivalent) which just send a bunch of packets to each other.The text was updated successfully, but these errors were encountered: