summaryrefslogtreecommitdiffstats
path: root/test/functional/util/dummy_http.py
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Fix dummy http server on python 3.6Andrew Lewis2023-11-181-1/+2
|
* [Minor] Try improve test stabilityAndrew Lewis2023-11-091-3/+3
|
* [Test] Use asyncioVsevolod Stakhov2022-12-311-6/+10
|
* [Test] Fix some minor stuff in dummy_http serverVsevolod Stakhov2022-12-311-5/+5
|
* [Test] Rework HTTP testsVsevolod Stakhov2022-12-311-0/+8
|
* [Test] Rewrite dummy http serverVsevolod Stakhov2022-12-311-145/+123
|
* [Test] Add external map test for multimapVsevolod Stakhov2022-12-031-5/+23
|
* [Test] Add test case for settings in the external mapVsevolod Stakhov2022-11-271-1/+1
|
* [Test] Add endpoint for settings testsVsevolod Stakhov2022-11-261-1/+5
|
* [Test] Another try to fix goddamned dummy http serverVsevolod Stakhov2022-11-191-2/+3
|
* [Test] Fix dummy http server for keep-alive postsVsevolod Stakhov2022-11-191-12/+15
|
* [Test] Start write tests for external mapsVsevolod Stakhov2022-11-191-0/+3
|
* [Test] url-redirectorAndrew Lewis2021-04-131-3/+16
|
* [Test] Use Python3 for functional testsAndrew Lewis2020-06-251-17/+16
| | | | | | | - Fix more deprecated Robot Framework syntax - Remove log following - Remove some artefacts in teardown - Restore use of demjson
* [Test] Fix sockets reusingVsevolod Stakhov2019-05-311-5/+5
|
* [Test] Small refactoring in dummy services testMikhail Galanin2018-09-071-11/+3
| | | | | Moved code for pid writing and terminating into a separated module. Also added cleanup: in some cases, processes remained in the system after test is done. It should not happen anymore
* [Test] Test for TCP libraryMikhail Galanin2018-08-301-27/+48
|
* [Test] More test cases for HTTP APIMikhail Galanin2018-08-231-3/+25
|
* [Test] Added test for HTTP APIMikhail Galanin2018-08-221-0/+78