summaryrefslogtreecommitdiff
path: root/compliance/test_fuzzingclient.py
Commit message (Collapse)AuthorAgeFilesLines
* PEP8 style compliance fixesengn33r2021-05-041-2/+3
|
* Fix #526 by reverting invalid BSD license migration in commit e94ed9e to ↵engn33r2021-02-221-1/+23
| | | | return to LGPL2.1
* wsdump, test_fuzzingclient, websocket.*, test_websocket: Organise importsAllan Lewis2016-04-271-5/+1
| | | | | | | | | | | | | | Previously, because of the multiple instances of `from foo import *`, names were imported from modules that had themselves imported them, instead of from the place of definition. This commit therefore does the following: - Declares `__all__` in every module that imports anything, so that `from foo import *` is sane. - Sorts the imports based on conventions, similar to the output of `isort`. - Places all conditional imports after unconditional imports, except where that isn't valid. - Imports local names from the modules where they are defined, except when importing the package itself.
* test_fuzzingclient.py: Indent with spacesAllan Lewis2016-04-271-22/+22
|
* fix typosJakub Wilk2016-01-031-1/+1
|
* Python 2.6 str.format does not support unindexed parametersJohn Vandenberg2015-10-191-2/+2
|
* fixed #117 better support for autobahn test suite.liris2014-10-151-0/+2
| | | | the remaining test case will be support in the future release.
* refs #117 . change exception type.liris2014-10-151-12/+10
|
* refs #117 - improve close frame.liris2014-10-151-3/+5
|
* refs #117liris2014-10-151-2/+7
| | | | better utf-8 support.
* refs #117Hiroki Ohtani2014-10-141-0/+5
|
* refs #117Hiroki Ohtani2014-10-141-0/+35
my first trial commit of Authbahn test suite.