Add placeholders for missing messaging int. tests
This commit is contained in:
parent
cfbaeb4bb8
commit
2988cdb071
9
tests/messaging/activity_send_test.go
Normal file
9
tests/messaging/activity_send_test.go
Normal file
@ -0,0 +1,9 @@
|
||||
package messaging
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestActivitySend(t *testing.T) {
|
||||
t.Skip("to be implemented")
|
||||
}
|
||||
9
tests/messaging/commands_list_test.go
Normal file
9
tests/messaging/commands_list_test.go
Normal file
@ -0,0 +1,9 @@
|
||||
package messaging
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestCommandsList(t *testing.T) {
|
||||
t.Skip("to be implemented")
|
||||
}
|
||||
9
tests/messaging/permissions_delete_test.go
Normal file
9
tests/messaging/permissions_delete_test.go
Normal file
@ -0,0 +1,9 @@
|
||||
package messaging
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestPermissionsDelete(t *testing.T) {
|
||||
t.Skip("to be implemented")
|
||||
}
|
||||
9
tests/messaging/permissions_effective_test.go
Normal file
9
tests/messaging/permissions_effective_test.go
Normal file
@ -0,0 +1,9 @@
|
||||
package messaging
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestPermissionsEffective(t *testing.T) {
|
||||
t.Skip("to be implemented")
|
||||
}
|
||||
9
tests/messaging/permissions_list_test.go
Normal file
9
tests/messaging/permissions_list_test.go
Normal file
@ -0,0 +1,9 @@
|
||||
package messaging
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestPermissionsList(t *testing.T) {
|
||||
t.Skip("to be implemented")
|
||||
}
|
||||
9
tests/messaging/permissions_read_test.go
Normal file
9
tests/messaging/permissions_read_test.go
Normal file
@ -0,0 +1,9 @@
|
||||
package messaging
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestPermissionsRead(t *testing.T) {
|
||||
t.Skip("to be implemented")
|
||||
}
|
||||
9
tests/messaging/permissions_update_test.go
Normal file
9
tests/messaging/permissions_update_test.go
Normal file
@ -0,0 +1,9 @@
|
||||
package messaging
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestPermissionsUpdate(t *testing.T) {
|
||||
t.Skip("to be implemented")
|
||||
}
|
||||
9
tests/messaging/status_delete_test.go
Normal file
9
tests/messaging/status_delete_test.go
Normal file
@ -0,0 +1,9 @@
|
||||
package messaging
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestStatusDelete(t *testing.T) {
|
||||
t.Skip("to be implemented")
|
||||
}
|
||||
9
tests/messaging/status_list_test.go
Normal file
9
tests/messaging/status_list_test.go
Normal file
@ -0,0 +1,9 @@
|
||||
package messaging
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestStatusList(t *testing.T) {
|
||||
t.Skip("to be implemented")
|
||||
}
|
||||
9
tests/messaging/status_set_test.go
Normal file
9
tests/messaging/status_set_test.go
Normal file
@ -0,0 +1,9 @@
|
||||
package messaging
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestStatusSet(t *testing.T) {
|
||||
t.Skip("to be implemented")
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user