Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-04-10 | Tests: error report corrected for unknown variables in "response_headers" | Andrei Zeliankou | 1 | -7/+6 | |
For more information please see https://github.com/nginx/unit/pull/1191 | |||||
2024-01-15 | Tests: pathlib used where appropriate | Andrei Zeliankou | 1 | -2/+3 | |
Also fixed various pylint errors and style issues. | |||||
2023-11-08 | Tests: 8XXX used as default port range. | Andrei Zeliankou | 1 | -4/+4 | |
After the launch of the project, the testing infrastructure was shared with nginx project in some cases. To avoid port overlap, a decision was made to shift the port range for Unit tests. This problem was resolved a long time ago and is no longer relevant, so it is now safe to use port 8XXX range as the default, as it is more appropriate for testing purposes. | |||||
2023-09-04 | Tests: added tests for the "response_headers" option. | Andrei Zeliankou | 1 | -0/+173 | |