test_usr1.py (1467:195fe0a92670) test_usr1.py (1477:b93d1acf81bd)
1import os
1import os
2import unittest
3from subprocess import call
2from subprocess import call
3
4from unit.applications.lang.python import TestApplicationPython
5
6
7class TestUSR1(TestApplicationPython):
8 prerequisites = {'modules': {'python': 'any'}}
9
10 def test_usr1_access_log(self):
11 self.load('empty')

--- 83 unchanged lines hidden ---
4from unit.applications.lang.python import TestApplicationPython
5
6
7class TestUSR1(TestApplicationPython):
8 prerequisites = {'modules': {'python': 'any'}}
9
10 def test_usr1_access_log(self):
11 self.load('empty')

--- 83 unchanged lines hidden ---