summaryrefslogtreecommitdiffhomepage
path: root/test/unit/applications/lang/node.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-09-16Tests: migrated to the pytest.Andrei Zeliankou1-6/+7
2020-05-15Tests: style.Andrei Zeliankou1-0/+1
2020-05-14Configuration: URI encoding in the "pass" option.Valentin Bartenev1-1/+4
This is useful to escape "/" in path fragments. For example, in order to reference the application named "foo/bar": { "pass": "applications/foo%2Fbar" }
2019-11-11Tests: added support for testing "user" and "group".Tiago Natel1-2/+3
2019-11-09Tests: fixed tests to run as root.Tiago Natel1-2/+4
- 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-0/+11
2019-09-16Tests: style and minor fixes in java.py.Andrey Zelenkov1-1/+0
2019-04-26Tests: check application configuration loading.Andrey Zelenkov1-1/+1
2019-04-22Tests: using "pass" option instead of deprecated "application".Valentin Bartenev1-1/+1
2019-03-28Tests: unit module refactoring.Andrey Zelenkov1-0/+34