History log of /unit/test/test_http_header.py (Results 26 – 31 of 31)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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.


Revision tags: 1.2, 1.1, 1.0, 0.7
# 578:855142942347 16-Mar-2018 Andrey Zelenkov

Tests: HTTP header field and value tests.


12