test_upstreams_rr.py (1596:b7e2d4d92624) test_upstreams_rr.py (1635:97afbb6c5a15)
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 ---