summaryrefslogtreecommitdiffhomepage
path: root/test/test_python_application.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-02-20Tests: reworked python tests with application.Andrey Zelenkov1-80/+6
2018-02-14Tests: removed unused code in unit.py.Andrey Zelenkov1-5/+2
2018-02-12HTTP: the Date response header.Valentin Bartenev1-0/+4
2018-02-05Tests: simplified test for query string.Andrey Zelenkov1-7/+2
2018-02-05Tests: adjusted check_version()'s.Andrey Zelenkov1-1/+1
2018-01-29Introducing extended app process management.Max Romanov1-1/+1
- Pre-fork 'processes.spare' application processes; - fork more processes to keep 'processes.spare' idle processes; - fork on-demand up to 'processes.max' count; - scale down idle application processes above 'processes.spare' after 'processes.idle_timeout'; - number of concurrently started application processes also limited by 'processes.spare' (or 1, if spare is 0).
2018-01-30Tests: reworked TestUnitHTTP.Andrey Zelenkov1-15/+10
2018-01-30Tests: added methods to manage unit configuration.Andrey Zelenkov1-9/+8
2018-01-30Tests: small fixes.Andrey Zelenkov1-18/+6
2018-01-24Tests: added test for QUERY_STRING variable.Andrey Zelenkov1-0/+34
2018-01-24Tests: added test with "Transfer-Encoding" header in 204 response.Andrey Zelenkov1-0/+17
2018-01-24Tests: using "expectedFailure" decorator instead of assertTry().Andrey Zelenkov1-40/+57
2018-01-17Tests: using LF line ending for test files.Andrey Zelenkov1-90/+90
2018-01-15Tests: use "data" parameter in Request() to send body.Andrey Zelenkov1-2/+1
2018-01-15Tests: simple python application.Andrey Zelenkov1-0/+91