summaryrefslogtreecommitdiffhomepage
path: root/test/python (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-04-09Tests: speed up tests.Andrey Zelenkov1-1/+0
2019-02-27Tests: "Host" header tests.Andrey Zelenkov1-0/+7
2018-08-06Unit application library.Max Romanov3-3/+6
Library now used in all language modules. Old 'nxt_app_*' code removed. See src/test/nxt_unit_app_test.c for usage sample.
2018-05-29Tests: configuration of environment variables.Andrey Zelenkov1-0/+13
2018-05-21Tests: added tests for SERVER_SOFTWARE variable.Andrey Zelenkov1-0/+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 Zelenkov3-0/+9
2018-04-02Tests: more Python tests.Andrey Zelenkov13-6/+67
2018-04-02Tests: added Python test with iterator context.Andrey Zelenkov1-0/+23
2018-03-16Tests: HTTP header field and value tests.Andrey Zelenkov1-0/+7
2018-02-20Tests: reworked python tests with application.Andrey Zelenkov7-0/+58