util.pubsub tests: Add TODO
authorMatthew Wild <mwild1@gmail.com>
Sun, 12 Aug 2018 11:43:38 +0100
changeset 9179 1068f9b82e2b
parent 9178 43b6f67aba05
child 9180 83e7ad5818d3
util.pubsub tests: Add TODO
spec/util_pubsub_spec.lua
--- a/spec/util_pubsub_spec.lua	Sun Aug 12 11:34:50 2018 +0100
+++ b/spec/util_pubsub_spec.lua	Sun Aug 12 11:43:38 2018 +0100
@@ -3,6 +3,16 @@
 	pubsub = require "util.pubsub";
 end);
 
+--[[TODO:
+ Retract
+ Purge
+ auto-create/auto-subscribe
+ Item store/node store
+ resize on max_items change
+ service creation config provides alternative node_defaults
+ get subscriptions
+]]
+
 describe("util.pubsub", function ()
 	describe("simple node creation and deletion", function ()
 		-- Roughly a port of scansion/scripts/pubsub_createdelete.scs