Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
l8556 committed Sep 19, 2024
1 parent a328089 commit f35032a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions tests/desktop_tests/desktop_tests.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
# -*- coding: utf-8 -*-
from frameworks.console import MyConsole
from rich import print
from .tools import TestTools, TestData


console = MyConsole().console
print = console.print


class DesktopTest:
def __init__(self, vm_name: str, test_data: TestData):
self.test_tools = TestTools(
Expand Down
1 change: 1 addition & 0 deletions tests/desktop_tests/multiprocessing.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
import time
import concurrent.futures
from rich import print

from .tools import TestData
from tests.desktop_tests import DesktopTest
Expand Down

0 comments on commit f35032a

Please sign in to comment.