aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* use skip_windows decorator consistentlyMaximilian Hils2018-10-231-4/+2
|
* Skip file permission test on WindowsFred Miller2018-10-231-0/+4
|
* Make private keys readable only by the ownerFred Miller2018-10-221-0/+7
|
* keys.yaml priority over defaultkeys.py. Test for this.Miroslav2018-09-291-0/+15
|
* Merge pull request #3319 from mhils/issue-3316Maximilian Hils2018-09-0714-297/+310
|\ | | | | Fix #3316
| * fix #3316Maximilian Hils2018-09-0714-297/+310
| |
* | [test/xss_scanner] add fixtures in testsDavid Kremer2018-08-151-35/+40
|/ | | | | | | | | | The previous version of that script made a repetitive use of the pytest builtin fixture, with always the same arguments. This is a small refactoring and cleanup, mainly adding the 'function' scope to ensure proper cleaning and using the @pytest.fixture decorator where I could.
* session: implemented changes requested after PR review.madt1m2018-08-051-20/+20
|
* tests: Full coverage. Everything working, ready for reviewmadt1m2018-08-031-17/+51
|
* tests: 97% coverage reached. Session opportunely patched after emerged defects.madt1m2018-08-021-1/+152
|
* Merge pull request #3252 from madt1m/session-dbPietro Francesco Tirenna2018-07-241-0/+58
|\ | | | | Session - Hybrid DB
| * session: temporary DB is now stored in temporary dirmadt1m2018-07-241-2/+6
| |
| * session: modified schema. Now SessionDB uses tempfile module for temp sessionmadt1m2018-07-241-10/+12
| |
| * test_linting: removed some unused local variablesmadt1m2018-07-201-6/+6
| |
| * tests: SessionDB fully testedmadt1m2018-07-201-0/+52
| |
* | benchmark: some improvements - limit to queue sizemadt1m2018-07-231-19/+33
| |
* | benchmark: new protobuf serialization performance profilermadt1m2018-07-221-0/+102
| |
* | Merge pull request #3245 from madt1m/protobuf-serialization-cleanAldo Cortesi2018-07-213-1/+148
|\ \ | | | | | | Shifting to Protobuf Serialization - Cleaned
| * | protobuf: tests implemented, full coveragePietro Francesco Tirenna2018-07-173-1/+148
| |/
* | Some refactoring. New test case.Miroslav2018-07-191-8/+19
| |
* | Command history implementationMiroslav2018-07-171-0/+51
|/
* Merge pull request #3211 from cortesi/tcheckThomas Kriechbaumer2018-06-171-1/+1
|\ | | | | Add typechecking of Any values for state object
| * Add typechecking of Any values for state objectAldo Cortesi2018-06-171-1/+1
| | | | | | | | | | | | | | | | An ugly solution for an ugly little problem. This patch uses JSON's type checker to validate Any values in stateobject, in order to avoid a circular import. Fixes #3180
* | Merge pull request #3202 from madt1m/view-cleanupAldo Cortesi2018-06-173-19/+35
|\ \ | | | | | | View Cleanup - Initial steps
| * | fixed exception type; full coverage on viewmadt1m2018-06-131-0/+5
| | |
| * | Added tests for new primitivesmadt1m2018-06-131-17/+28
| | |
| * | View API slightly extended; codebase cleaned in some pointsmadt1m2018-06-132-2/+2
| |/
* | cibuild: permit non-dev versions on maintenance branchesAldo Cortesi2018-06-161-2/+30
| | | | | | | | | | | | Cater for the corner case where commits are incorporated on a maintenance branch. We should be able to test these without adding a dev suffix to the tool versions.
* | cibuild: Match Travis env variable behaviourAldo Cortesi2018-06-161-8/+18
| | | | | | | | | | | | | | | | Whenever TRAVIS_TAG is non-empty, TRAVIS_BRANCH is over-ridden to match the TRAVIS_TAG value. Adjust our tests to reflect this, and add a sanity check that fails hard if this constraint is ever not met. See https://github.com/travis-ci/travis-ci/issues/4745
* | cibuild: refactor to handle v prefix for release tag namesAldo Cortesi2018-06-161-7/+32
|/
* improve websocket frame masking apiThomas Kriechbaumer2018-06-112-7/+1
|
* Such CI, Very Wow. (#3182)Maximilian Hils2018-06-022-73/+83
|
* add missing awaitMaximilian Hils2018-05-281-1/+1
|
* addons/block: teach block about IPv6 scope suffixesAldo Cortesi2018-05-271-0/+4
| | | | Fixes #3160
* optmanager: tweaks and cleanupsAldo Cortesi2018-05-271-10/+10
|
* Use deferral mechanism for cfg file optionsAldo Cortesi2018-05-271-3/+6
| | | | Fixes #3162
* cibuild: tweak docker tag, only upload prod builds to pypiAldo Cortesi2018-05-251-2/+3
|
* cibuild: start building version awarenessAldo Cortesi2018-05-251-1/+3
|
* cibuild: more accurate PR test, better dump outputAldo Cortesi2018-05-241-2/+2
|
* cibuild: fix docker upload condition, expand testsAldo Cortesi2018-05-241-4/+35
|
* cibuild: extract upload conditionsAldo Cortesi2018-05-241-1/+8
|
* cibuild: add docker tag calculation to environAldo Cortesi2018-05-241-0/+9
|
* release: include release directory in coverageAldo Cortesi2018-05-241-3/+29
| | | | With lots of exclusions for now
* cibuild: Consolidate build environment and add testsAldo Cortesi2018-05-241-0/+95
|
* clientreplay: fix racy tests harderAldo Cortesi2018-05-181-0/+3
|
* websocket: inject messages via flowThomas Kriechbaumer2018-05-162-0/+55
|
* fix py36/37 escaping issuesThomas Kriechbaumer2018-05-141-6/+10
| | | | | | | | closes #3122 https://bugs.python.org/issue16285 https://bugs.python.org/issue12910 https://github.com/python/cpython/commit/21024f06622c4c55b666adb130797a4ee205d005
* command: handle string without terminal escaped charAldo Cortesi2018-05-121-0/+2
| | | | Fixes #2810
* script: revamp ephemeral script runningAldo Cortesi2018-05-121-5/+3
| | | | Fixes 2838
* commands: handle type errors on startupAldo Cortesi2018-05-121-3/+29
| | | | | fixes #3088 fixes #2787