Changeset

9176:1068f9b82e2b

util.pubsub tests: Add TODO
author Matthew Wild <mwild1@gmail.com>
date Sun, 12 Aug 2018 11:43:38 +0100
parents 9175:43b6f67aba05
children 9177:83e7ad5818d3
files spec/util_pubsub_spec.lua
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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