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