Deleted Added
1import os
2import unittest
3from subprocess import call
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 ---