mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 16:48:27 -05:00
af788b5852
Nothing tested at all so far... Just the infrastructure spawning N Sentinels and N Redis instances that the test will use again and again.
7 lines
71 B
Tcl
7 lines
71 B
Tcl
test "test OK" {
|
|
}
|
|
|
|
test "test failed" {
|
|
assert {"foo" eq "bar"}
|
|
}
|