summaryrefslogtreecommitdiffhomepage
path: root/test/test_static_chroot.py (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2023-02-21Tests: switched to using f-strings.Andrei Zeliankou1-50/+33
Previously, it was necessary to support older versions of Python for compatibility. F-strings were released in Python 3.6. Python 3.5 was marked as unsupported by the end of 2020, so now it's possible to start using f-strings safely for better readability and performance.
2022-06-30Tests: minor improvements.Andrei Zeliankou1-95/+31
Added "go" availability check before trying to build an application. update_action() method used were possible and fixed bug with the relative path determination in test_static_chroot.py. Templates optimization and style fixes.
2022-04-11Tests: style.Andrei Zeliankou1-10/+17
2021-10-18Tests: style.Andrei Zeliankou1-5/+4
2021-10-05Tests: added tests for variables in "chroot".Andrei Zeliankou1-0/+116
2021-09-30Static: variables in the "share" option.Zhidao HONG1-8/+10
This commit supports variable in the "share" option, the finding path to file serve is the value from "share". An example: { "share": "/www/data/static$uri" }
2021-06-28Tests: renamed share to static.Andrei Zeliankou1-11/+8
Also minor style changes.
2021-06-24Tests: chroot test with permissions skipped under root.Andrei Zeliankou1-1/+4
2021-05-05Tests: added tests for openat2() features.Andrei Zeliankou1-0/+108