This commit is contained in:
Trinh Anh Ngoc
2023-05-18 17:49:43 +07:00
parent 2d02bd54e8
commit 0aa797dda6
26 changed files with 6 additions and 200 deletions

View File

@@ -1,6 +1,5 @@
import collections
import logging
import sys
from concurrent.futures import Future
from itertools import count
from subprocess import Popen
@@ -12,7 +11,7 @@ import requests
from websocket import WebSocket
from . import case
from .runner import OdooTestResult
from .result import OdooTestResult
from ..api import Environment
from ..http import Session
from ..models import BaseModel