summaryrefslogtreecommitdiffhomepage
path: root/test/test_routing.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-09-10tests: Fix routing tests in the no njs caseAndrew Clayton1-4/+19
2024-08-20tests: "if" option in http route matchZhidao HONG1-0/+57
2024-01-15Tests: pathlib used where appropriateAndrei Zeliankou1-6/+9
2023-11-08Tests: 8XXX used as default port range.Andrei Zeliankou1-79/+79
2023-06-14Tests: get rid of classes in test files.Andrei Zeliankou1-1684/+1781
2023-06-12Tests: prerequisites checking reworked.Andrei Zeliankou1-14/+10
2023-05-25Tests: unified setup method usage.Andrei Zeliankou1-1/+2
2023-05-25Tests: removed unused variables.Andrei Zeliankou1-4/+4
2023-02-21Tests: switched to using f-strings.Andrei Zeliankou1-36/+29
2022-10-11Tests: don't try to return response when "no_recv" is True.Andrei Zeliankou1-1/+1
2022-09-19HTTP: fixed cookie parsing.Zhidao HONG1-0/+14
2022-08-08Tests: added tests with UNIX sockets in "source".Andrei Zeliankou1-3/+11
2022-04-11Tests: style.Andrei Zeliankou1-16/+25
2021-12-12Tests: fixed type of applications.Andrei Zeliankou1-8/+8
2021-11-10Tests: added more tests for "query" routing pattern.Andrei Zeliankou1-8/+16
2021-11-05Router: matching query string support.Zhidao HONG1-0/+44
2021-10-18Tests: style.Andrei Zeliankou1-1/+0
2021-08-05Router: fixed crash when matching an empty address pattern array.Oisin Canty1-0/+4
2021-05-24Tests: minor fixes.Andrei Zeliankou1-71/+19
2021-04-05Tests: style.Andrei Zeliankou1-6/+5
2021-03-31Tests: removed skip_alert().Andrei Zeliankou1-4/+1
2021-02-18Tests: added regex check.Andrei Zeliankou1-0/+12
2021-01-14Tests: added missing checks for configuration results.Andrei Zeliankou1-1/+1
2021-01-13Tests: style.Andrei Zeliankou1-1/+0
2020-12-08Tests: skip_alert() converted to the fixture.Andrei Zeliankou1-4/+3
2020-12-06Tests: options moved to the separate class.Andrei Zeliankou1-1/+1
2020-11-17Router: matching regular expressions support.Axel Duch1-0/+42
2020-10-19Tests: fixed unit.log print.Andrei Zeliankou1-7/+5
2020-10-07Tests: minor fixes.Andrei Zeliankou1-1/+2
2020-10-07Router: fixed "not empty" pattern matching.Valentin Bartenev1-0/+15
2020-08-28Router: fixed "pass" to upstreams.hongzhidao1-0/+79
2020-09-16Tests: migrated to the pytest.Andrei Zeliankou1-1061/+816
2020-07-10Router: route patterns multi wildcards fix.Axel Duch1-0/+21
2020-07-04Router: route patterns multi wildcards support.Axel Duch1-5/+44
2020-05-15Tests: added test for encoding in the "pass" option.Andrei Zeliankou1-0/+55
2020-05-15Tests: style.Andrei Zeliankou1-1/+2
2020-05-14Tests: decode uri and args.Axel Duch1-35/+158
2020-04-24Tests: introduced module version specification in prerequisites.Andrei Zeliankou1-1/+1
2020-04-14Tests: minor fixes and style.Andrei Zeliankou1-1/+1
2020-03-27Tests: added tests for "return" action.Andrei Zeliankou1-136/+25
2020-01-31Tests: more routing tests with negative rules.Andrei Zeliankou1-0/+57
2020-03-03Tests: check unique options in "action" object.Andrei Zeliankou1-0/+50
2020-03-03Improved validation of the "action" object.Valentin Bartenev1-2/+0
2020-02-27Tests: added test with invalid IPv6 address in routing block.Andrei Zeliankou1-0/+1
2019-12-24Tests: routing by listener address.Axel Duch1-0/+58
2019-12-24Tests: routing by client address configuration.Axel Duch1-0/+353
2019-12-09Tests: routing tests refactored.Andrei Zeliankou1-1770/+329
2019-10-23Tests: more URI normalization tests.Andrey Zelenkov1-8/+52
2019-10-23Tests: check initial configuration in test_routing.py.Andrey Zelenkov1-27/+31
2019-09-14Tests: refactored prerequisites model.Andrey Zelenkov1-1/+1