]> git.saurik.com Git - redis.git/commit
split test suite into multiple files; runs redis-server in isolation
authorPieter Noordhuis <pcnoordhuis@gmail.com>
Fri, 14 May 2010 15:31:11 +0000 (17:31 +0200)
committerPieter Noordhuis <pcnoordhuis@gmail.com>
Fri, 14 May 2010 15:33:15 +0000 (17:33 +0200)
commit98578b5704a8d147c31340b66d952b00efac9d59
tree27138dd3876867e9c133060d417c640e434225bc
parent758b6d4c272c8132fd9090022b8b84a394062b91
split test suite into multiple files; runs redis-server in isolation
19 files changed:
redis.tcl [deleted file]
test/assets/default.conf [new file with mode: 0644]
test/support/redis.tcl [new file with mode: 0644]
test/support/server.tcl [new file with mode: 0644]
test/support/test.tcl [new file with mode: 0644]
test/support/tmpfile.tcl [new file with mode: 0644]
test/support/util.tcl [new file with mode: 0644]
test/test_helper.tcl [new file with mode: 0644]
test/tmp/.gitignore [new file with mode: 0644]
test/unit/auth.tcl [new file with mode: 0644]
test/unit/basic.tcl [new file with mode: 0644]
test/unit/expire.tcl [new file with mode: 0644]
test/unit/other.tcl [new file with mode: 0644]
test/unit/protocol.tcl [new file with mode: 0644]
test/unit/sort.tcl [new file with mode: 0644]
test/unit/type/hash.tcl [new file with mode: 0644]
test/unit/type/list.tcl [new file with mode: 0644]
test/unit/type/set.tcl [new file with mode: 0644]
test/unit/type/zset.tcl [new file with mode: 0644]