aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3099 from Kriechi/fix-3024Aldo Cortesi2018-05-061-13/+35
|\
| * fix #3024Thomas Kriechbaumer2018-05-051-13/+35
* | Remove custom eventsAldo Cortesi2018-05-031-15/+20
* | Remove the tick eventAldo Cortesi2018-05-023-21/+5
* | taddons: remove has_eventAldo Cortesi2018-05-021-1/+0
* | Redesign keepservingAldo Cortesi2018-05-024-22/+43
* | commands: clarify command call interface, fix web app replayAldo Cortesi2018-05-024-19/+17
* | client replay: expad and consolidate testsAldo Cortesi2018-05-012-76/+105
* | client replay: re-designAldo Cortesi2018-04-306-59/+52
* | client replay: move all client replay-related code into addonAldo Cortesi2018-04-275-85/+82
* | Merge pull request #3078 from kajojify/expanduserAldo Cortesi2018-04-261-0/+4
|\ \
| * | Fix #3002. Auto-expandingMiroslav2018-04-261-0/+4
* | | Merge pull request #3071 from cortesi/ticklessAldo Cortesi2018-04-2638-268/+293
|\ \ \ | |/ / |/| |
| * | test: shift test_data out of our public APIAldo Cortesi2018-04-2332-225/+216
| * | addons/script: improve relability of reload testAldo Cortesi2018-04-233-5/+11
| * | asyncio: shift script reloading out of the tick eventAldo Cortesi2018-04-239-52/+80
* | | fix pytest invocation errorsMaximilian Hils2018-04-253-3/+3
|/ /
* | Ignore signal errors on windows + various fixesAldo Cortesi2018-04-171-4/+5
* | asyncio: clarify shutdown semanticsAldo Cortesi2018-04-164-20/+13
* | Clean up test/helper_tools directoryAldo Cortesi2018-04-165-51323/+0
* | Improve benchmarkingAldo Cortesi2018-04-167-75/+64
|/
* Merge pull request #3059 from obscure76/enh/issue-3053Aldo Cortesi2018-04-161-1/+1
|\
| * fix Python 3.6 variable type annotations #3053oscure762018-04-141-1/+1
* | Merge pull request #3050 from kira0204/error-scriptAldo Cortesi2018-04-152-7/+23
|\ \
| * | Handling user script exceptions, fix #2839kira02042018-04-102-7/+23
| |/
* / readfile: add a readfile_filter optionAldo Cortesi2018-04-141-39/+55
|/
* asyncio: ditch the handler contextAldo Cortesi2018-04-072-2/+4
* asyncio: remove master.add_log, in favor of a persistent log.Log instanceAldo Cortesi2018-04-071-1/+1
* asyncio: remove test master.has_logAldo Cortesi2018-04-076-28/+38
* asyncio: move log mechanism onto the event loopAldo Cortesi2018-04-0717-91/+114
* asyncio simplify: we don't need a queue for proxy->main loop commsAldo Cortesi2018-04-078-63/+65
* asyncio: remove last vestiage of channel input from masterAldo Cortesi2018-04-071-10/+9
* Merge pull request #3031 from itzikBraun/add-httpie-exportAldo Cortesi2018-04-061-1/+29
|\
| * added option to export request as httpie commanditzikBraun2018-04-021-1/+29
* | Merge pull request #2971 from kira0204/user-script-exceptionAldo Cortesi2018-04-061-3/+15
|\ \
| * | use error handler functionkira02042018-03-261-3/+3
| * | User script exception handler[squash]kira02042018-03-071-0/+12
* | | fix http retry timeoutMaximilian Hils2018-04-051-38/+6
* | | minor fixesAldo Cortesi2018-04-032-10/+4
* | | asyncio: factor out test server startup waitAldo Cortesi2018-04-033-12/+7
* | | asyncio: cleanup and lintAldo Cortesi2018-04-022-2/+7
* | | asyncio: test cleanupAldo Cortesi2018-04-023-8/+18
* | | asyncio: make http2 tests passAldo Cortesi2018-04-022-2/+6
* | | asyncio: fix a few remaining issues in proxy/test_server.pyAldo Cortesi2018-04-022-9/+14
* | | asyncio: fix channel interface and testsAldo Cortesi2018-04-012-19/+23
* | | asyncio: start a test loop for unit testsAldo Cortesi2018-04-012-11/+3
* | | asyncio: clean up event loop acquisitionAldo Cortesi2018-04-011-80/+9
* | | asyncio: brutally rip out our old queue mechanismAldo Cortesi2018-04-016-97/+106
| |/ |/|
* | Python 3.5 is dead -- long live Python 3.6!Thomas Kriechbaumer2018-03-313-19/+4
* | fix Tornado 5.0 event loopThomas Kriechbaumer2018-03-241-0/+4