Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-15 | Tests: pathlib used where appropriate | Andrei Zeliankou | 1 | -6/+4 | |
Also fixed various pylint errors and style issues. | |||||
2023-11-08 | Tests: 8XXX used as default port range. | Andrei Zeliankou | 1 | -1/+1 | |
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-06-14 | Tests: get rid of classes in test files. | Andrei Zeliankou | 1 | -1/+1 | |
Class usage came from the unittest framework and it was always redundant after migration to the pytest. This commit removes classes from files containing tests to make them more readable and understandable. | |||||
2023-02-21 | Tests: switched to using f-strings. | Andrei Zeliankou | 1 | -18/+18 | |
Previously, it was necessary to support older versions of Python for compatibility. F-strings were released in Python 3.6. Python 3.5 was marked as unsupported by the end of 2020, so now it's possible to start using f-strings safely for better readability and performance. | |||||
2022-11-29 | Tests: NJS. | Andrei Zeliankou | 1 | -1/+3 | |
2022-10-11 | Tests: don't try to return response when "no_recv" is True. | Andrei Zeliankou | 1 | -0/+3 | |
2022-08-25 | Tests: added tests with abstract UNIX sockets. | Andrei Zeliankou | 1 | -1/+1 | |
2022-07-28 | Tests: added flags to search functions in proto.py. | Andrei Zeliankou | 1 | -3/+1 | |
Also removed unnesessary re.compile() calls. | |||||
2022-04-11 | Tests: style. | Andrei Zeliankou | 1 | -3/+1 | |
2021-07-23 | Tests: added SNI test without hostname in request. | Andrei Zeliankou | 1 | -1/+1 | |
2021-04-05 | Tests: style. | Andrei Zeliankou | 1 | -9/+14 | |
2021-03-26 | Tests: SNI. | Andrei Zeliankou | 1 | -1/+2 | |
2020-12-09 | Tests: TestUnit class removed. | Andrei Zeliankou | 1 | -2/+1 | |
Prerequisite checks moved to the fixture in conftest.py. | |||||
2020-12-06 | Tests: options moved to the separate class. | Andrei Zeliankou | 1 | -1/+1 | |
This change is necessary to separate the logic and prevent possible circular dependency. | |||||
2020-11-16 | Tests: fixing tests interrupt in terminal. | Max Romanov | 1 | -2/+8 | |
KeyboardInterrupt re-raised. | |||||
2020-10-19 | Tests: fixed unit.log print. | Andrei Zeliankou | 1 | -18/+0 | |
2020-10-07 | Tests: minor fixes. | Andrei Zeliankou | 1 | -2/+2 | |
2020-09-22 | Tests: using dict.get() method with default value. | Max Romanov | 1 | -18/+9 | |
No functional changes. Only code readability improved. | |||||
2020-09-16 | Tests: migrated to the pytest. | Andrei Zeliankou | 1 | -15/+17 | |
2020-05-15 | Tests: style. | Andrei Zeliankou | 1 | -3/+4 | |
2020-04-14 | Tests: minor fixes and style. | Andrei Zeliankou | 1 | -6/+2 | |
2020-04-03 | Tests: added notification on "read_timeout" expiration. | Andrei Zeliankou | 1 | -2/+16 | |
2020-03-23 | Tests: increase default "read_timeout" value to 60s. | Andrei Zeliankou | 1 | -13/+14 | |
This change is necessary to avoid errors on slow hosts. Also slightly reworked argument passing to the recvall() function. | |||||
2020-03-23 | Tests: added notification on unsuccessful connect(). | Andrei Zeliankou | 1 | -1/+1 | |
2020-03-02 | Tests: truncated huge messages while logging. | Andrei Zeliankou | 1 | -12/+33 | |
2020-02-05 | Tests: add helper for form-data and multipart. | Tiago Natel de Moura | 1 | -0/+73 | |
2019-11-26 | Tests: added getjson() helper. | Tiago Natel | 1 | -0/+20 | |
2019-11-26 | Tests: parsing of "Transfer-Encoding: chunked" responses. | Tiago Natel | 1 | -6/+56 | |
2019-11-14 | Tests: waitforsocket() introduced. | Andrei Zeliankou | 1 | -0/+18 | |
2019-11-08 | Tests: fixed operator in http.py. | Andrey Zelenkov | 1 | -1/+1 | |
2019-09-18 | Tests: added read_buffer_size option in http(). | Andrey Zelenkov | 1 | -1/+8 | |
2019-09-17 | Tests: head() method introduced. | Andrey Zelenkov | 1 | -0/+3 | |
2019-08-14 | Tests: print decoded strings in detailed mode, if possible. | Andrey Zelenkov | 1 | -2/+10 | |
2019-04-09 | Tests: read_timeout increased. | Andrey Zelenkov | 1 | -2/+2 | |
2019-03-28 | Tests: unit module refactoring. | Andrey Zelenkov | 1 | -0/+162 | |