From 705aaca14b0cf05c49349b398920d233e5e5dc9a Mon Sep 17 00:00:00 2001 From: Evan Hemsley Date: Mon, 17 Jun 2019 12:28:59 -0700 Subject: [PATCH 1/2] TODO notes --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index e69de29..7e6a0a4 100644 --- a/TODO +++ b/TODO @@ -0,0 +1,3 @@ +- guard rail tests for nonexistent lookups in manager classes +- custom exception for nonexistent Entity ID +- custom exception for nonexistent Component ID From 67c489e9607e2dcf8a8dba57515fc3c30a8e345f Mon Sep 17 00:00:00 2001 From: Evan Hemsley Date: Mon, 17 Jun 2019 12:29:36 -0700 Subject: [PATCH 2/2] more TODO notes --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index 7e6a0a4..6bff189 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,7 @@ - guard rail tests for nonexistent lookups in manager classes - custom exception for nonexistent Entity ID - custom exception for nonexistent Component ID +- test component activation +- test component deactivation +- test component removal +- test entity destroy