summaryrefslogtreecommitdiffhomepage
path: root/test/test_asgi_application.py (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-14Tests: get rid of classes in test files.Andrei Zeliankou1-305/+325
2023-06-12Tests: prerequisites checking reworked.Andrei Zeliankou1-5/+4
2023-05-29Tests: more fixtures.Andrei Zeliankou1-6/+4
2023-05-25Tests: removed unused variables.Andrei Zeliankou1-2/+2
2023-05-19Tests: added ASGI application with IPv6 address test.Andrei Zeliankou1-0/+9
2023-02-21Tests: switched to using f-strings.Andrei Zeliankou1-8/+7
2022-12-14Python: Added "prefix" to configuration.OutOfFocus41-0/+37
2022-10-11Tests: don't try to return response when "no_recv" is True.Andrei Zeliankou1-4/+2
2022-09-07Tests: minor fixes.Andrei Zeliankou1-41/+4
2022-08-16Tests: added test for ASGI with UNIX socket.Andrei Zeliankou1-0/+10
2022-01-31Tests: removed TestApplicationTLS.get_server_certificate().Andrei Zeliankou1-2/+4
2021-11-02Tests: removed unused imports.Andrei Zeliankou1-1/+0
2021-10-18Tests: style.Andrei Zeliankou1-1/+0
2021-04-08Tests: preserving unit.log when run without restart.Max Romanov1-4/+0
2021-04-05Tests: style.Andrei Zeliankou1-5/+8
2021-02-10Tests: increased timeout in wait_for_record().Andrei Zeliankou1-1/+1
2021-01-13Tests: style.Andrei Zeliankou1-1/+0
2020-12-08Tests: skip_alert() converted to the fixture.Andrei Zeliankou1-2/+1
2020-12-06Tests: options moved to the separate class.Andrei Zeliankou1-1/+1
2020-11-10Python: supporting ASGI legacy protocol.Max Romanov1-0/+26
2020-11-10Tests: supporting instant app parameters in load().Max Romanov1-37/+13
2020-11-06Tests: fixing racing condition in ASGI threads test.Max Romanov1-5/+5
2020-11-05Tests: added Python threading tests.Max Romanov1-0/+41
2020-10-19Tests: fixed unit.log print.Andrei Zeliankou1-1/+2
2020-10-07Tests: minor fixes.Andrei Zeliankou1-15/+14
2020-10-01Tests: added ASGI HTTP applications.Max Romanov1-0/+403