summaryrefslogtreecommitdiffhomepage
path: root/test/test_python_atexit.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-04-02Tests: more Python tests.Andrey Zelenkov1-31/+0
2018-02-20Tests: reworked python tests with application.Andrey Zelenkov1-33/+6
2018-02-14Tests: removed unused code in unit.py.Andrey Zelenkov1-6/+3
2018-02-05Tests: adjusted check_version()'s.Andrey Zelenkov1-1/+1
2018-01-29Introducing extended app process management.Max Romanov1-1/+1
- Pre-fork 'processes.spare' application processes; - fork more processes to keep 'processes.spare' idle processes; - fork on-demand up to 'processes.max' count; - scale down idle application processes above 'processes.spare' after 'processes.idle_timeout'; - number of concurrently started application processes also limited by 'processes.spare' (or 1, if spare is 0).
2018-01-30Tests: reworked TestUnitHTTP.Andrey Zelenkov1-1/+1
2018-01-30Tests: added methods to manage unit configuration.Andrey Zelenkov1-21/+17
2018-01-30Tests: small fixes.Andrey Zelenkov1-1/+1
2018-01-24Tests: using "expectedFailure" decorator instead of assertTry().Andrey Zelenkov1-2/+2
2018-01-17Tests: using LF line ending for test files.Andrey Zelenkov1-65/+65
2018-01-15Tests: added test for 'atexit'.Andrey Zelenkov1-0/+65