mirror of
https://github.com/bendtherules/pytest_gui_status.git
synced 2026-08-18 13:42:26 +00:00
Make gui executable and plugin func to call it on start
New requirement added: psutil - to check if pid is running on unix + windows plugin still doesnt start gui on start, test the func first
This commit is contained in:
@@ -13,7 +13,7 @@ package_dir = {
|
||||
|
||||
setup(
|
||||
name='pytest_gui_status',
|
||||
version='0.0.2',
|
||||
version='0.0.3',
|
||||
description='Show pytest status in gui',
|
||||
author='Abhas Bhattacharya',
|
||||
author_email='abhasbhattacharya2@gmail.com',
|
||||
@@ -26,6 +26,9 @@ setup(
|
||||
entry_points={
|
||||
# 'pytest11': [
|
||||
# 'pytest_gui_status = pytest_gui_status.main',
|
||||
# ]
|
||||
# ],
|
||||
'console_scripts': [
|
||||
'pytest_gui_status = pytest_gui_status.status_gui.gui_frontend:main',
|
||||
]
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user