test_respawn.py (1471:38ede0766e1a) test_respawn.py (1477:b93d1acf81bd)
1import re
1import re
2import time
3import subprocess
2import subprocess
4import unittest
3import time
4
5from unit.applications.lang.python import TestApplicationPython
6
7
8class TestRespawn(TestApplicationPython):
9 prerequisites = {'modules': {'python': 'any'}}
10
11 PATTERN_ROUTER = 'unit: router'
12 PATTERN_CONTROLLER = 'unit: controller'

--- 83 unchanged lines hidden ---
5from unit.applications.lang.python import TestApplicationPython
6
7
8class TestRespawn(TestApplicationPython):
9 prerequisites = {'modules': {'python': 'any'}}
10
11 PATTERN_ROUTER = 'unit: router'
12 PATTERN_CONTROLLER = 'unit: controller'

--- 83 unchanged lines hidden ---