NovelRT
NovelRT copied to clipboard
Nrt_Event needs unit tests to ensure functionality
Describe the issue:
With that said, we'll need unit tests added to ensure that
Nrt_Event_*
and friends work properly as our original concern was that since it could be of typeT
, C obviously does not have a very good way of handling this (although your solution looks to do just that).
Originally posted by @capnkenny in https://github.com/novelrt/NovelRT/pull/486#discussion_r942592840
Please provide the steps to reproduce if possible: N/A
Expected behaviour:
Unit tests should exist for the Nrt_Event_*
functions.
Please tell us about your environment: N/A
Additional context: N/A
Dependent on #486 being merged
Now that #486 is merged, this can be unblocked, right
Yup, that's correct - thanks for the reminder @Pheubel