Stubbed missing tests
This commit is contained in:
@ -66,3 +66,27 @@ func TestSlice(t *testing.T) {
|
||||
func TestChoose(t *testing.T) {
|
||||
Todo(t)
|
||||
}
|
||||
|
||||
func TestBind(t *testing.T) {
|
||||
Todo(t)
|
||||
}
|
||||
|
||||
func TestReturn(t *testing.T) {
|
||||
Todo(t)
|
||||
}
|
||||
|
||||
func TestMap(t *testing.T) {
|
||||
Todo(t)
|
||||
}
|
||||
|
||||
func TestSatisfy(t *testing.T) {
|
||||
Todo(t)
|
||||
}
|
||||
|
||||
func Try(t *testing.T) {
|
||||
Todo(t)
|
||||
}
|
||||
|
||||
func TestLabel(t *testing.T) {
|
||||
Todo(t)
|
||||
}
|
||||
|
Reference in New Issue
Block a user