From a7a9776d2a374b570e864b0ad84bd8a99af99ff4 Mon Sep 17 00:00:00 2001 From: Jordan Cristiano Date: Thu, 15 Oct 2015 00:33:21 -0400 Subject: [PATCH] Added testing task to contribution notes --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d71fce4..e94a7f1 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,10 @@ In the first example, mystvdemo.dem will be read from the current working direct If you would like to contribute to demboyz, here are a few tasks up for grabs: #### General programming experience: +* Add automated tests to demboyz. + * Using the Catch C++ testing framework. + * Unit test the serialization of network messages. + * System test exact binary matches of dem -> json -> dem transformations. * Document the .dem format. * Turn the working demboyz serialization code into a reference manual for the .dem fomat. * Any amount of work on this helps. Document one struct!