1import os 2from subprocess import call 3
| 1import os 2from subprocess import call 3
|
4from unit.applications.lang.python import TestApplicationPython
| |
5from conftest import waitforfiles
| 4from conftest import waitforfiles
|
| 5from unit.applications.lang.python import TestApplicationPython
|
6 7 8class TestUSR1(TestApplicationPython): 9 prerequisites = {'modules': {'python': 'any'}} 10 11 def test_usr1_access_log(self): 12 self.load('empty') 13
--- 73 unchanged lines hidden --- | 6 7 8class TestUSR1(TestApplicationPython): 9 prerequisites = {'modules': {'python': 'any'}} 10 11 def test_usr1_access_log(self): 12 self.load('empty') 13
--- 73 unchanged lines hidden --- |