mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 06:47:01 +00:00
13 lines
170 B
Python
Executable File
13 lines
170 B
Python
Executable File
import logging
|
|
|
|
import allure
|
|
|
|
import driver
|
|
|
|
_logger = logging.getLogger(__name__)
|
|
pytestmark = allure.suite("Self")
|
|
|
|
|
|
def test_start_aut():
|
|
driver.context.detach()
|