redict/tests/sentinel-tests/base.tcl
antirez af788b5852 Sentinel: initial testing framework.
Nothing tested at all so far... Just the infrastructure spawning N
Sentinels and N Redis instances that the test will use again and again.
2014-02-17 17:38:04 +01:00

7 lines
71 B
Tcl

test "test OK" {
}
test "test failed" {
assert {"foo" eq "bar"}
}