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:
@@ -7,8 +7,8 @@ import select
|
||||
import socket
|
||||
|
||||
import pytest
|
||||
from conftest import option
|
||||
from unit.main import TestUnit
|
||||
from unit.option import option
|
||||
|
||||
|
||||
class TestHTTP(TestUnit):
|
||||
|
||||
Reference in New Issue
Block a user