aboutsummaryrefslogtreecommitdiff
path: root/test/TODO.md
diff options
context:
space:
mode:
authorDavid Phillips <david@yeah.nah.nz>2020-04-04 14:25:27 +1300
committerDavid Phillips <david@yeah.nah.nz>2020-04-04 14:29:59 +1300
commitcdae7275d29c9c370ec7e714dd71af2a1076c0d0 (patch)
tree99ee7ddfe501644a8e595045400c184a32624b8f /test/TODO.md
parent7744defa1f8a5f1b54d8eb78657bd2c8d73df29f (diff)
downloadidalius-cdae7275d29c9c370ec7e714dd71af2a1076c0d0.tar.xz
WIP: Add Mock::CommandRegistry for testing commands
Diffstat (limited to 'test/TODO.md')
-rw-r--r--test/TODO.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/TODO.md b/test/TODO.md
index e235325..4c4f14a 100644
--- a/test/TODO.md
+++ b/test/TODO.md
@@ -1,9 +1,6 @@
# To Do
-* **Refactor command registration tests.** There should be a Mock::Misc utility
- method which forms a dict mapping commands to their sub refs. Checking if
- a command was registers then becomes checking keys, and checking return
- values under different conditions becomes more feasible, and globals go away.
+* ...
### The following need tests written at all: