summaryrefslogtreecommitdiffhomepage
path: root/test/test_java_application.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-02-05Tests: add helper for form-data and multipart.Tiago Natel de Moura1-22/+17
2019-11-09Tests: fixed tests to run as root.Tiago Natel1-4/+17
- The mode of testdir was changed to allow reading from other users/groups. - The java multipart test now uploads the file into an app writable dir. - The build directory was made readable for other users. - The python environment test now uses the HOME env var instead of PWD because the latter is not set by the root shell (/bin/sh) by default. - The node `node_modules` directory now is copied into the `testdir` instead of using symlinks.
2019-09-14Tests: refactored prerequisites model.Andrey Zelenkov1-1/+1
2019-08-14Java: implementing multipart message support.Max Romanov1-1/+0
This closes #265 issue on GitHub.
2019-08-07Tests: Java multipart test.Andrey Zelenkov1-0/+39
2019-07-23Tests: fixed test_java_conf_error to pass with "--modules=" option.Andrey Zelenkov1-0/+1
2019-07-17Tests: more Java tests.Andrey Zelenkov1-0/+40
Added test with war file and error configuration test.
2019-07-02Tests: adjusted inactive interval in Java app for slow hosts.Andrey Zelenkov1-4/+12
2019-05-30Tests: fixed tests without "Host" header.Andrey Zelenkov1-11/+0
2019-04-09Tests: speed up tests.Andrey Zelenkov1-0/+5
2019-04-09Tests: simplified module checking.Andrey Zelenkov1-2/+1
2019-03-28Tests: unit module refactoring.Andrey Zelenkov1-5/+4
2019-03-26Tests: speed up Java tests.Andrey Zelenkov1-1/+5
2019-03-26Tests: style.Andrey Zelenkov1-379/+799
2019-02-28Introducing Java Servlet Container beta.Max Romanov1-0/+753