mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-10-17 05:20:47 +08:00
Created skeleton tests for all the handlers in the list module
This commit is contained in:
@@ -94,3 +94,21 @@ func Test_HandleLLEN(t *testing.T) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
func Test_HandleLINDEX(t *testing.T) {}
|
||||
|
||||
func Test_HandleLRANGE(t *testing.T) {}
|
||||
|
||||
func Test_HandleLSET(t *testing.T) {}
|
||||
|
||||
func Test_HandleLTRIM(t *testing.T) {}
|
||||
|
||||
func Test_HandleLREM(t *testing.T) {}
|
||||
|
||||
func Test_HandleLMOVE(t *testing.T) {}
|
||||
|
||||
func Test_HandleLPUSH(t *testing.T) {}
|
||||
|
||||
func Test_HandleRPUSH(t *testing.T) {}
|
||||
|
||||
func Test_HandlePop(t *testing.T) {}
|
||||
|
Reference in New Issue
Block a user