summaryrefslogtreecommitdiffhomepage
path: root/test/unit.py (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-13Tests: print path to unit.log file when it was saved.Andrey Zelenkov1-3/+14
2018-11-13Tests: leave unit.log in case of error or failure.Andrey Zelenkov1-1/+21
2018-10-09Renamed "go" application type to "external".Valentin Bartenev1-1/+1
2018-09-20Tests: TLS tests.Andrey Zelenkov1-4/+88
2018-09-06Tests: used relative path for configuration.Andrey Zelenkov1-6/+6
2018-09-04Tests: "no_recv" option introduced.Andrey Zelenkov1-2/+5
2018-09-04Tests: "/config" prefix used.Andrey Zelenkov1-3/+12
2018-08-06Tests: remove unused function.Andrey Zelenkov1-6/+0
2018-08-06Unit application library.Max Romanov1-1/+7
2018-07-30Tests: fixed header value char tests.Andrey Zelenkov1-2/+3
2018-07-13Tests: HTTP settings.Andrey Zelenkov1-3/+8
2018-06-08Tests: Go application tests.Andrey Zelenkov1-5/+53
2018-06-07Tests: added tests for "precision" option in php.ini.Andrey Zelenkov1-0/+1
2018-05-22Tests: initial PHP application tests.Andrey Zelenkov1-0/+18
2018-04-26Tests: response handling improved.Andrey Zelenkov1-4/+8
2018-04-23Tests: removed alert skips after b6ca49c1da1b.Andrey Zelenkov1-3/+0
2018-04-18Tests: re-opening access log file.Andrey Zelenkov1-4/+4
2018-04-18Tests: graceful shutdown.Andrey Zelenkov1-1/+1
2018-04-04Tests: fixed unwanted comment in a11b80dedc6b.Andrey Zelenkov1-2/+2
2018-04-02Tests: more Python tests.Andrey Zelenkov1-2/+3
2018-04-02Tests: use "%Z" directive while parsing Date header.Andrey Zelenkov1-1/+1
2018-03-21Tests: Ruby module.Andrey Zelenkov1-3/+40
2018-03-06Tests: detect alerts and Sanitizer errors.Andrey Zelenkov1-0/+37
2018-02-26Tests: more configuration tests.Andrey Zelenkov1-1/+1
2018-02-26Tests: more perl tests.Andrey Zelenkov1-1/+7
2018-02-20Tests: handle ConnectionRefusedError in TestUnitHTTP.http().Andrey Zelenkov1-4/+6
2018-02-20Tests: reworked python tests with application.Andrey Zelenkov1-11/+26
2018-02-14Tests: removed unused code in unit.py.Andrey Zelenkov1-17/+3
2018-02-12Tests: perl module.Andrey Zelenkov1-0/+22
2018-02-05Tests: added "Connection: close" header for default requests.Andrey Zelenkov1-1/+6
2018-01-30Tests: reworked TestUnitHTTP.Andrey Zelenkov1-64/+109
2018-01-30Tests: added methods to manage unit configuration.Andrey Zelenkov1-3/+15
2018-01-24Tests: using "expectedFailure" decorator instead of assertTry().Andrey Zelenkov1-4/+0
2018-01-17Tests: using LF line ending for test files.Andrey Zelenkov1-236/+236
2018-01-15Tests: use "data" parameter in Request() to send body.Andrey Zelenkov1-6/+4
2018-01-15Tests: style.Andrey Zelenkov1-13/+6
2018-01-15Tests: fixed arguments order in getattr() call.Andrey Zelenkov1-1/+1
2018-01-15Tests: simple python application.Andrey Zelenkov1-0/+43
2018-01-15Tests: assertTry() function introduced.Andrey Zelenkov1-0/+4
2018-01-15Tests: check_version() function introduced.Andrey Zelenkov1-5/+15
2018-01-10Tests: style.Andrey Zelenkov1-7/+5
2018-01-10Tests: --no-daemon option used for unit.Andrey Zelenkov1-12/+31
2018-01-10Tests: remove temporary folder when module not found.Andrey Zelenkov1-0/+1
2017-12-13Tests: http() function introduced.Andrey Zelenkov1-32/+14
2017-12-06Tests: check_modules() function introduced.Andrey Zelenkov1-10/+40
2017-12-06Tests: removed extra parameter from range() call.Andrey Zelenkov1-1/+1
2017-12-06Tests: waitforfiles() optimization.Andrey Zelenkov1-14/+15
2017-12-06Tests: don't exceed 79 characters.Andrey Zelenkov1-2/+3
2017-11-29Tests: "verbose" mode introduced.Andrey Zelenkov1-13/+39
2017-11-29Tests: waitforfiles function introduced.Andrey Zelenkov1-9/+27