mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-10-06 00:16:53 +08:00
Created command test file in pubsub module
This commit is contained in:
27
src/modules/pubsub/commands_test.go
Normal file
27
src/modules/pubsub/commands_test.go
Normal file
@@ -0,0 +1,27 @@
|
||||
package pubsub
|
||||
|
||||
import "testing"
|
||||
|
||||
func Test_HandleSubscribe(t *testing.T) {
|
||||
|
||||
}
|
||||
|
||||
func Test_HandleUnsubscribe(t *testing.T) {
|
||||
|
||||
}
|
||||
|
||||
func Test_HandlePublish(t *testing.T) {
|
||||
|
||||
}
|
||||
|
||||
func Test_HandlePubSubChannels(t *testing.T) {
|
||||
|
||||
}
|
||||
|
||||
func Test_HandleNumPat(t *testing.T) {
|
||||
|
||||
}
|
||||
|
||||
func Test_HandleNumSub(t *testing.T) {
|
||||
|
||||
}
|
Reference in New Issue
Block a user