#
2073:bc6ad31ce286 |
| 11-Apr-2022 |
Andrei Zeliankou |
Tests: style.
|
Revision tags: 1.26.1-1, 1.26.1, 1.26.0-1, 1.26.0 |
|
#
1971:3410f9d2a662 |
| 18-Oct-2021 |
Andrei Zeliankou |
Tests: style.
|
Revision tags: 1.25.0-1, 1.25.0, 1.24.0-1, 1.24.0 |
|
#
1848:4bd548074e2c |
| 05-Apr-2021 |
Andrei Zeliankou |
Tests: style.
|
Revision tags: 1.23.0-1, 1.23.0, 1.22.0-1, 1.22.0 |
|
#
1771:94cf6c5fafbd |
| 13-Jan-2021 |
Andrei Zeliankou |
Tests: style.
|
Revision tags: 1.21.0-1, 1.21.0 |
|
#
1719:1aa750059781 |
| 19-Nov-2020 |
Andrei Zeliankou |
Tests: added tests for a "discard_unsafe_fields" option.
|
#
1718:ab6f68d4cf77 |
| 19-Nov-2020 |
Andrei Zeliankou |
Tests: style.
|
Revision tags: 1.20.0-1, 1.20.0 |
|
#
1635:97afbb6c5a15 |
| 07-Oct-2020 |
Andrei Zeliankou |
Tests: minor fixes.
|
#
1596:b7e2d4d92624 |
| 16-Sep-2020 |
Andrei Zeliankou |
Tests: migrated to the pytest.
|
Revision tags: 1.19.0-1, 1.19.0, 1.18.0-1, 1.18.0 |
|
#
1477:b93d1acf81bd |
| 15-May-2020 |
Andrei Zeliankou |
Tests: style.
|
#
1467:195fe0a92670 |
| 24-Apr-2020 |
Andrei Zeliankou |
Tests: introduced module version specification in prerequisites.
|
Revision tags: 1.17.0-1, 1.17.0, 1.16.0-1, 1.16.0, 1.15.0-1, 1.15.0, 1.14.0-1, 1.14.0, 1.13.0-1, 1.13.0, 1.12.0-1, 1.12.0, 1.11.0-2, 1.11.0-1, 1.11.0 |
|
#
1165:998b521bbdb8 |
| 14-Sep-2019 |
Andrey Zelenkov |
Tests: refactored prerequisites model.
|
Revision tags: 1.10.0-2, 1.10.0-1, 1.10.0, 1.9.0-1, 1.9.0 |
|
#
1065:f1b1e26f0e24 |
| 30-May-2019 |
Andrey Zelenkov |
Tests: fixed tests without "Host" header.
|
#
1025:3469f5185562 |
| 09-Apr-2019 |
Andrey Zelenkov |
Tests: simplified module checking.
|
#
1019:61d90b4da691 |
| 28-Mar-2019 |
Andrey Zelenkov |
Tests: unit module refactoring.
|
#
1017:887a4bbabf1e |
| 26-Mar-2019 |
Andrey Zelenkov |
Tests: style.
|
Revision tags: 1.8.0-1, 1.8.0 |
|
#
973:1abd9fc2caf3 |
| 27-Feb-2019 |
Andrey Zelenkov |
Tests: "Host" header tests.
|
#
970:2f4376c8f358 |
| 27-Feb-2019 |
Andrey Zelenkov |
Tests: added "Host" and "Connetion" headers where necessary.
Also minor header organizing.
|
#
948:207212a0b125 |
| 20-Feb-2019 |
Andrey Zelenkov |
Tests: removed test_http_header_transfer_encoding_chunked.
|
#
942:424c1fdef545 |
| 18-Feb-2019 |
Valentin Bartenev |
Rejecting requests with duplicate "Content-Length".
|
Revision tags: 1.7.1-1 |
|
#
936:512cf564dfa8 |
| 14-Feb-2019 |
Andrey Zelenkov |
Tests: added tests for "Content-Length" header.
|
Revision tags: 1.7.1, 1.7-1, 1.7 |
|
#
853:a8359dce963e |
| 15-Nov-2018 |
Andrey Zelenkov |
Tests: added command line arguments parsing in tests.
Added the following command line arguments:
-d, --detailed: Show detailed output for tests
Usage examples:
./test/run.py --detailed
Tests: added command line arguments parsing in tests.
Added the following command line arguments:
-d, --detailed: Show detailed output for tests
Usage examples:
./test/run.py --detailed python3 test/test_access_log.py --detailed python3 test/test_access_log.py -d TestUnitAccessLog.test_access_log_ipv6
-l, --log: Save unit.log after the test execution
Usage examples:
./test/run.py -l python3 test/test_access_log.py -l python3 test/test_access_log.py --log TestUnitAccessLog.test_access_log_ipv6
show more ...
|
Revision tags: 1.6-1, 1.6, 1.5-1, 1.5, 1.4-2, 1.4 |
|
#
751:8001ffdb62c5 |
| 08-Aug-2018 |
Andrey Zelenkov |
Tests: simple "Transfer-Encoding" client header test.
|
#
744:473225765009 |
| 06-Aug-2018 |
Max Romanov |
Python: decoding unicode strings as Latin1.
According to PEP 3333, header names and values should be decoded as Latin1.
|
#
738:d2119ce8a39d |
| 30-Jul-2018 |
Andrey Zelenkov |
Tests: fixed header value char tests.
Use byte strings to avoid problems with encoding.
|
Revision tags: 1.3 |
|
#
720:44137449296a |
| 11-Jul-2018 |
Andrey Zelenkov |
Tests: more chars in header values tests.
|