1import os 2import re 3
| 1import os 2import re 3
|
4from unit.applications.lang.python import TestApplicationPython
| |
5from conftest import option
| 4from conftest import option
|
| 5from unit.applications.lang.python import TestApplicationPython
|
6 7 8class TestUpstreamsRR(TestApplicationPython): 9 prerequisites = {'modules': {'python': 'any'}} 10 11 def setup_method(self): 12 super().setup_method() 13
--- 466 unchanged lines hidden --- | 6 7 8class TestUpstreamsRR(TestApplicationPython): 9 prerequisites = {'modules': {'python': 'any'}} 10 11 def setup_method(self): 12 super().setup_method() 13
--- 466 unchanged lines hidden --- |