summaryrefslogtreecommitdiffhomepage
path: root/test/unit (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-16Tests: fixing tests interrupt in terminal.Max Romanov4-3/+24
2020-11-10Python: supporting ASGI legacy protocol.Max Romanov1-1/+2
2020-11-10Tests: supporting instant app parameters in load().Max Romanov1-9/+13
2020-11-03Tests: force applications to build for JVM 8.Andrei Zeliankou1-0/+1
2020-11-02Java: upgrading 3rd-party components.Max Romanov1-1/+1
2020-10-29Isolation: mounting of procfs by default when using "rootfs".Tiago Natel de Moura1-0/+14
2020-10-28Tests: improving get_application_type() and fixing its name.Max Romanov6-27/+11
2020-10-27Tests: fixed isolation detection.Andrei Zeliankou3-27/+112
2020-10-19Tests: fixed unit.log print.Andrei Zeliankou10-219/+38
2020-10-07Tests: minor fixes.Andrei Zeliankou12-23/+23
2020-10-07Tests: fixed loading selected module version.Valentin Bartenev3-3/+15
2020-10-01Tests: added ASGI WebSocket.Max Romanov1-1/+1
2020-10-01Tests: minor fixes.Andrei Zeliankou8-69/+60
2020-09-22Tests: introduced module name configuration.Max Romanov1-3/+10
2020-09-22Tests: improved response receiving while upgrade.Max Romanov1-4/+1
2020-09-22Tests: using dict.get() method with default value.Max Romanov1-18/+9
2020-09-16Tests: migrated to the pytest.Andrei Zeliankou14-305/+124
2020-07-28Tests: fixed double stop() call for some tests.Andrei Zeliankou1-6/+11
2020-07-28Tests: style.Andrei Zeliankou2-3/+2
2020-07-22Tests: switching stdout to blocking before printing log.Max Romanov1-3/+6
2020-05-28Tests: Added rootfs tests.Tiago Natel de Moura3-31/+66
2020-05-20Tests: print unit.log in case of errors.Andrei Zeliankou1-1/+2
2020-05-15Tests: style.Andrei Zeliankou10-19/+26
2020-05-14Configuration: URI encoding in the "pass" option.Valentin Bartenev1-1/+4
2020-04-24Tests: introduced module version specification in prerequisites.Andrei Zeliankou1-2/+14
2020-04-14Tests: minor fixes and style.Andrei Zeliankou1-6/+2
2020-04-08Controller: improved handling of unix domain control socket.Valentin Bartenev1-4/+1
2020-04-03Tests: added notification on "read_timeout" expiration.Andrei Zeliankou2-4/+30
2020-04-03Tests: minor fixes.Andrei Zeliankou1-8/+18
2020-03-30Fixing application process infinite loop.Max Romanov1-1/+0
2020-03-27Tests: increase default "read_timeout" to 60s in message_read().Andrei Zeliankou1-1/+1
2020-03-23Tests: increase default "read_timeout" value to 60s.Andrei Zeliankou2-15/+16
2020-03-23Tests: added notification on unsuccessful connect().Andrei Zeliankou1-1/+1
2020-03-23Tests: wait for unit.pid file before running tests.Andrei Zeliankou1-1/+4
2020-03-23Tests: rearranging functions in main.py.Andrei Zeliankou1-69/+69
2020-03-23Tests: terminate unitd process on exit().Andrei Zeliankou1-12/+14
2020-03-12Using disk file to store large request body.Max Romanov1-0/+1
2020-03-12Tests: skip "last message send failed" alerts globally.Andrei Zeliankou1-0/+1
2020-03-10Tests: use blocking to print unit.log files.Andrei Zeliankou1-1/+1
2020-03-10Tests: redirect tests output to the stdout.Andrei Zeliankou3-5/+7
2020-03-06Tests: unitd stderr output redirected to unit.log.Valentin Bartenev1-13/+13
2020-03-06Tests: simplified unitd process running.Valentin Bartenev1-42/+26
2020-03-03Tests: chdir() and open() for PHP module.Tiago Natel de Moura1-2/+2
2020-03-02Tests: truncated huge messages while logging.Andrei Zeliankou1-12/+33
2020-02-27Tests: added "-r" option to print unit.log on failures.Andrei Zeliankou1-5/+24
2020-02-05Tests: add helper for form-data and multipart.Tiago Natel de Moura1-0/+73
2020-02-04Tests: fixing Python 3.8.1 errors on Mac.Max Romanov1-9/+4
2019-12-24Go: installing go module for tests into build directory.Max Romanov1-1/+1
2019-11-11Tests: added support for testing "user" and "group".Tiago Natel8-15/+34
2019-11-26Tests: added getjson() helper.Tiago Natel2-3/+20