stub more tests
parent
e227483614
commit
6856882ba8
|
|
@ -83,4 +83,36 @@ func testDriver(t *testing.T, d Driver) {
|
||||||
t.Error(*err)
|
t.Error(*err)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
t.Run("conditional set vs nothing", func(t *testing.T) {
|
||||||
|
t.Error("not impl")
|
||||||
|
})
|
||||||
|
|
||||||
|
t.Run("conditional set vs older", func(t *testing.T) {
|
||||||
|
t.Error("not impl")
|
||||||
|
})
|
||||||
|
|
||||||
|
t.Run("conditional set vs equal", func(t *testing.T) {
|
||||||
|
t.Error("not impl")
|
||||||
|
})
|
||||||
|
|
||||||
|
t.Run("conditional set vs newer", func(t *testing.T) {
|
||||||
|
t.Error("not impl")
|
||||||
|
})
|
||||||
|
|
||||||
|
t.Run("conditional del vs nothing", func(t *testing.T) {
|
||||||
|
t.Error("not impl")
|
||||||
|
})
|
||||||
|
|
||||||
|
t.Run("conditional del vs older", func(t *testing.T) {
|
||||||
|
t.Error("not impl")
|
||||||
|
})
|
||||||
|
|
||||||
|
t.Run("conditional del vs equal", func(t *testing.T) {
|
||||||
|
t.Error("not impl")
|
||||||
|
})
|
||||||
|
|
||||||
|
t.Run("conditional del vs newer", func(t *testing.T) {
|
||||||
|
t.Error("not impl")
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue