summaryrefslogtreecommitdiffhomepage
path: root/test/python/factory (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-07-02tests: Add tests for python application factoriesGourav1-0/+23
Add the following tests cases: 1. When "factory" key is used inside the "targets" option. 2. When "factory" key is used at the root level of python application config. 3. When factory returns invalid callable or When factory is invalid callable Link: <https://github.com/nginx/unit/pull/1336> [ Commit subject & message formatting tweaks - Andrew ] Signed-off-by: Andrew Clayton <a.clayton@nginx.com>