disccord icon indicating copy to clipboard operation
disccord copied to clipboard

Unit tests

Open FiniteReality opened this issue 8 years ago • 2 comments

Unit tests are needed to ensure the code I'm writing actually works. This involves adding some stuff to the CMakeLists to allow building of unit tests.

  • [x] Add unit test support to CMakeLists
  • [x] Use Travis CI to build disccord
  • [x] Use Travis CI to run tests
  • [x] Write preliminary unit tests

FiniteReality avatar Nov 03 '16 17:11 FiniteReality

I like Catch, what do you think?

unleashy avatar Nov 03 '16 20:11 unleashy

At this point the basic framework for unit testing has been written, so what we need now is complete unit tests for things which aren't currently tested or are not tested fully.

FiniteReality avatar Feb 03 '17 23:02 FiniteReality