Tests: options moved to the separate class.
This change is necessary to separate the logic and prevent possible circular dependency.
This commit is contained in:
@@ -2,8 +2,8 @@ import os
|
||||
import re
|
||||
import time
|
||||
|
||||
from conftest import option
|
||||
from unit.control import TestControl
|
||||
from unit.option import option
|
||||
|
||||
|
||||
class TestApplicationProto(TestControl):
|
||||
|
||||
Reference in New Issue
Block a user