You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jessie Murray 9a758c6bcf
websocket test: make client sockets non-blocking
3 years ago
..
Makefile Add DEBUG=1 logic in tests/Makefile 3 years ago
README.tests README for tests. 14 years ago
basic.py Pass tests with python-msgpack >= 0.3 4 years ago
bench.sh Allow test programs use custom port using environment variable or command-line argument 11 years ago
curl-tests.sh Only process `Connection: close` header if full request was read (fixes #194) (#195) 3 years ago
limits.py Convert tests to Python3 5 years ago
pubsub.c Clean up empty indented lines 4 years ago
websocket.c websocket test: make client sockets non-blocking 3 years ago
websocket.html Modernize websocket.html web page 3 years ago

README.tests

This directory contains a few test programs for Webdis:

* basic.py:	Unit tests.
* bench.sh:	Benchmark of several functions.
* pubsub (run `make' to compile): Tests pub/sub channels; run `./pubsub -h` for options.
* websocket (run `make' to compile): Tests HTML5 WebSockets; run `./websocket -h` for options.