summaryrefslogtreecommitdiffhomepage
path: root/test (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-30Tests: reworked TestUnitHTTP.Andrey Zelenkov3-80/+120
2018-01-30Tests: added methods to manage unit configuration.Andrey Zelenkov6-253/+240
2018-01-30Tests: small fixes.Andrey Zelenkov3-21/+9
2018-01-30Tests: fixed test for listener without port.Andrey Zelenkov1-2/+2
2018-01-24Tests: ignore unexpected successes in return code.Andrey Zelenkov1-2/+5
2018-01-24Tests: added test for QUERY_STRING variable.Andrey Zelenkov1-0/+34
2018-01-24Tests: added test with "Transfer-Encoding" header in 204 response.Andrey Zelenkov1-0/+17
2018-01-24Tests: using "expectedFailure" decorator instead of assertTry().Andrey Zelenkov6-273/+321
2018-01-17Tests: using LF line ending for test files.Andrey Zelenkov6-869/+869
2018-01-15Tests: use "data" parameter in Request() to send body.Andrey Zelenkov2-8/+5
2018-01-15Tests: style.Andrey Zelenkov1-13/+6
2018-01-15Tests: exit with runner result.0.4Andrey Zelenkov1-1/+3
2018-01-15Tests: fixed arguments order in getattr() call.Andrey Zelenkov1-1/+1
2018-01-15Tests: added test for 'atexit'.Andrey Zelenkov1-0/+65
2018-01-15Tests: simple python application.Andrey Zelenkov2-0/+134
2018-01-15Tests: assertTry() function introduced.Andrey Zelenkov2-19/+30
2018-01-15Tests: check_version() function introduced.Andrey Zelenkov1-5/+15
2018-01-10Tests: style.Andrey Zelenkov4-22/+11
2018-01-10Tests: --no-daemon option used for unit.Andrey Zelenkov1-12/+31
2018-01-10Tests: remove temporary folder when module not found.Andrey Zelenkov1-0/+1
2017-12-13Tests: removed unused decorators.Andrey Zelenkov3-6/+3
2017-12-13Tests: http() function introduced.Andrey Zelenkov1-32/+14
2017-12-12Tests: fixed "negative workers" test.Andrey Zelenkov1-1/+1
2017-12-06Tests: added basic PHP tests.Andrey Zelenkov2-3/+173
2017-12-06Tests: check_modules() function introduced.Andrey Zelenkov3-10/+54
2017-12-06Tests: port range changed to 7xxx.Andrey Zelenkov2-19/+19
2017-12-06Tests: removed extra parameter from range() call.Andrey Zelenkov1-1/+1
2017-12-06Tests: waitforfiles() optimization.Andrey Zelenkov1-14/+15
2017-12-06Tests: don't exceed 79 characters.Andrey Zelenkov1-2/+3
2017-11-29Tests: "verbose" mode introduced.Andrey Zelenkov1-13/+39
2017-11-29Tests: waitforfiles function introduced.Andrey Zelenkov1-9/+27
2017-11-28Tests: fixed port number in test_basic.t.Andrey Zelenkov1-3/+3
2017-11-28Tests: changed shebang to the default.Andrey Zelenkov1-1/+1
2017-11-21Tests: added basic infrastructure.Andrey Zelenkov4-0/+425
2017-11-21Tests: move existing tests to "src" folder.Andrey Zelenkov18-3236/+0
2017-10-05Improved applications versions handling.Valentin Bartenev3-0/+99
2017-09-04Initialized task in utf8 unit test, fixes segfault in debug build.Sergey Kandaurov1-5/+8
2017-08-30Lib unit tests have been renamed to tests.Igor Sysoev16-283/+286
2017-08-22Removed unused structure.Valentin Bartenev1-4/+0
2017-07-14Restored arc4random unit test after 59fc46dd5e1d.Ruslan Ermilov1-2/+0
2017-06-20HTTP parser: reduced memory consumption of header fields list.Valentin Bartenev1-61/+44
2017-06-20Fixed errors in the previous changeset.Igor Sysoev1-11/+11
2017-06-20Using new memory pool implementation.Igor Sysoev1-4/+2
2017-06-19Memory pools refactoring.Igor Sysoev5-101/+109
2017-06-13HTTP parser: decoupled header fields processing.Valentin Bartenev1-52/+147
2017-06-09HTTP parser: fixed handling header fields with missing colon.Valentin Bartenev1-0/+12
2017-05-12Fixed building test on SolarisMax Romanov2-2/+2
2017-05-10Added one more missing "fall through" comment in tests.Valentin Bartenev1-0/+1
2017-03-14Zero size memory pool allocations have been disabled in unit testIgor Sysoev1-5/+11
2017-03-14Fixed unit tests building broken by the previous commit.Igor Sysoev2-5/+12