Skip to content

Commit e2c0b6a

Browse files
committed
clarification
1 parent 02cf727 commit e2c0b6a

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,15 @@ Documentation
3737

3838
Online documentation can be found at: http://www.defuze.org/oss/ws4py/docs/
3939

40-
Test suite
41-
----------
40+
Conformance
41+
-----------
4242

43-
The code currently provides a few unit tests of the stream and frame processing.
44-
For functional testing, you can use the Autobahn project (http://www.tavendo.de/autobahn) which provides an extensive test suite.
43+
ws4py tries hard to be as conformant as it can to the specification. In order to validate this conformance, each release is run against the Autobahn testsuite (http://www.tavendo.de/autobahn) which provides an extensive converage of various aspects of the protocol.
4544

4645
You may try to run it against the CherryPy server as follow:
4746

4847
```
49-
$ python ws4py/server/cherrypyserver.py
48+
$ python test/autobahn_test_servers.py
5049
```
5150

5251
Then from a different terminal:
@@ -56,8 +55,7 @@ Then from a different terminal:
5655
$ python fuzzing_client.py
5756
```
5857

59-
This will run the complete suite. As of this writing, the CherryPy server passes all the functional tests but
60-
fails on some performance tests by being too slow.
58+
This will run the complete suite.
6159

6260
Test reports can be found at: http://www.defuze.org/oss/ws4py/testreports/servers/
6361

0 commit comments

Comments
 (0)