From 36e48aa3b7376b775017a9fef278c9d60426999d Mon Sep 17 00:00:00 2001 From: Lorenzo Torres Date: Mon, 17 Mar 2025 21:00:22 +0100 Subject: added unit testing to TODO list --- documentation/TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/documentation/TODO b/documentation/TODO index 77b4923..e4d5295 100644 --- a/documentation/TODO +++ b/documentation/TODO @@ -15,6 +15,9 @@ One of the goals of the project is to be as welcoming as possible to new contrib documentation. Engine APIs, modding interfaces and modules of the code (rendering, vulkan, ecs, mods, ...) should be documented with text files in `documentation/` and in the documentation page of the website (TODO). +- Unit testing: +Zig has built-in unit testing which should be used to verify that everything is working correctly when changing something. + MEDIUM: - Implement internal windowing system: -- cgit v1.2.3