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