Tests: TestUnit class removed.

Prerequisite checks moved to the fixture in conftest.py.
This commit is contained in:
Andrei Zeliankou
2020-12-09 16:17:46 +00:00
parent 4c846ae693
commit 7be62c3c21
3 changed files with 35 additions and 38 deletions

View File

@@ -7,11 +7,10 @@ import select
import socket
import pytest
from unit.main import TestUnit
from unit.option import option
class TestHTTP(TestUnit):
class TestHTTP():
def http(self, start_str, **kwargs):
sock_type = kwargs.get('sock_type', 'ipv4')
port = kwargs.get('port', 7080)