Deleted Added
1import os
2import re
3
4from unit.applications.lang.python import TestApplicationPython
5from conftest import option
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 ---