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:
@@ -4,8 +4,8 @@ import shutil
|
||||
import subprocess
|
||||
|
||||
import pytest
|
||||
from conftest import option
|
||||
from unit.applications.proto import TestApplicationProto
|
||||
from unit.option import option
|
||||
|
||||
|
||||
class TestApplicationJava(TestApplicationProto):
|
||||
|
||||
Reference in New Issue
Block a user