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:
@@ -1,9 +1,9 @@
|
||||
import shutil
|
||||
from urllib.parse import quote
|
||||
|
||||
from conftest import option
|
||||
from conftest import public_dir
|
||||
from unit.applications.proto import TestApplicationProto
|
||||
from unit.option import option
|
||||
|
||||
|
||||
class TestApplicationNode(TestApplicationProto):
|
||||
|
||||
Reference in New Issue
Block a user