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,7 +1,7 @@
|
||||
import json
|
||||
|
||||
from conftest import option
|
||||
from unit.http import TestHTTP
|
||||
from unit.option import option
|
||||
|
||||
|
||||
def args_handler(conf_func):
|
||||
|
||||
Reference in New Issue
Block a user