test_access_log.py (1596:b7e2d4d92624) test_access_log.py (1635:97afbb6c5a15)
1import pytest
2import time
3
1import time
2
3import pytest
4
4from unit.applications.lang.python import TestApplicationPython
5
6
7class TestAccessLog(TestApplicationPython):
8 prerequisites = {'modules': {'python': 'any'}}
9
10 def load(self, script):
11 super().load(script)

--- 279 unchanged lines hidden ---
5from unit.applications.lang.python import TestApplicationPython
6
7
8class TestAccessLog(TestApplicationPython):
9 prerequisites = {'modules': {'python': 'any'}}
10
11 def load(self, script):
12 super().load(script)

--- 279 unchanged lines hidden ---