summaryrefslogtreecommitdiffhomepage
path: root/test/test_access_log.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-11-15Tests: added command line arguments parsing in tests.Andrey Zelenkov1-1/+1
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
2018-09-06Tests: used relative path for configuration.Andrey Zelenkov1-5/+5
2018-04-26Tests: response handling improved.Andrey Zelenkov1-5/+5
2018-04-23Tests: added access log test with unix socket.Andrey Zelenkov1-0/+20
2018-04-23Tests: added delay to wait for requests logging.Andrey Zelenkov1-0/+33
2018-04-18Tests: re-opening access log file.Andrey Zelenkov1-1/+36
2018-04-11Tests: access_log tests.Andrey Zelenkov1-0/+220