summaryrefslogtreecommitdiffhomepage
path: root/test/test_python_application.py (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-28Tests: unit module refactoring.Andrey Zelenkov1-4/+4
2019-03-26Tests: style.Andrey Zelenkov1-144/+236
2019-03-01Tests: skip more alerts.Andrey Zelenkov1-0/+5
2019-02-28Made QUERY_STRING mandatory.Valentin Bartenev1-1/+0
2019-02-27Tests: added "Host" and "Connetion" headers where necessary.Andrey Zelenkov1-17/+19
2019-02-20Tests: skip sendmsg()/recvmsg() alerts for all tests.Andrey Zelenkov1-8/+0
2018-12-25Tests: added delay to wait for error logging.Andrey Zelenkov1-0/+3
2018-12-24Tests: more QUERY_STRING tests.Andrey Zelenkov1-0/+19
2018-11-15Tests: added command line arguments parsing in tests.Andrey Zelenkov1-1/+1
2018-09-28Disabled chunked transfer encoding for 204 responses.Igor Sysoev1-1/+0
2018-09-20Python: adjusted input.read(size) argument value interpretation.Valentin Bartenev1-1/+0
2018-09-06Tests: used relative path for configuration.Andrey Zelenkov1-3/+3
2018-08-10Introducing app joint to accurate app release.Max Romanov1-1/+1
2018-08-08Tests: more reconfigure tests.Andrey Zelenkov1-0/+53
2018-05-30Tests: added keep-alive with reconfiguration test.Andrey Zelenkov1-0/+52
2018-05-21Tests: added tests for SERVER_SOFTWARE variable.Andrey Zelenkov1-2/+4
2018-04-26Tests: response handling improved.Andrey Zelenkov1-1/+1
2018-04-26Tests: added test for callable write() in Python.Andrey Zelenkov1-0/+5
2018-04-05Tests: added Python test with not iterable object.Andrey Zelenkov1-0/+11
2018-04-02Tests: more Python tests.Andrey Zelenkov1-1/+145
2018-04-02Tests: added Python test with iterator context.Andrey Zelenkov1-0/+23
2018-04-02Tests: use "%Z" directive while parsing Date header.Andrey Zelenkov1-2/+6
2018-03-21Tests: Ruby module.Andrey Zelenkov1-4/+2
2018-03-13Capitalization in the "Server" field.Valentin Bartenev1-1/+1
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
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