delta-client icon indicating copy to clipboard operation
delta-client copied to clipboard

Add tests

Open stackotter opened this issue 4 years ago • 1 comments

When I started this project I had no knowledge of Swift and had no idea how to do unit testing. And I'm still a bit lost on the latter. So if you have knowledge of unit testing with Swift please feel free to add a few for a system :)

Systems to test

  • [ ] Network stack
  • [ ] Mesh building
  • [ ] World
  • [ ] Config system?
  • [ ] I honestly don't really know what sorts of things should be tested so you can add anything else.

Don't feel like you have to do all of those, just choose one or two.

stackotter avatar Oct 07 '21 21:10 stackotter

I have finally gotten around to adding some basic unit tests to Delta Client (already discovered two bugs 👌). I won't be following the list in the original issue description because some of those are pretty complex.

stackotter avatar May 29 '22 11:05 stackotter