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.
Andrii Senkovych 2496fb2515
Pass tests with python-msgpack >= 0.3
Current test suite pass with python-msgpack v0.2 but fails with python-msgpack
v0.3 and later due to changes in the library. Modern distributions ship
python-msgpack > 0.3 for very long time ago.
4 years ago
..
Makefile Fix tests Makefile 12 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
limits.py Convert tests to Python3 5 years ago
pubsub.c Added SIGINT handler to pub/sub test. 14 years ago
websocket.c Cleanup. 14 years ago
websocket.html Updated WebSocket protocol to RFC6455. 13 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.