mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 11:41:49 +02:00
refactor: changed widget_IO.py to widget_io.py for consistency; widget_io.py example excluded from coverage
This commit is contained in:
@ -212,7 +212,7 @@ class WidgetHierarchy:
|
||||
|
||||
|
||||
# Example application to demonstrate the usage of the functions
|
||||
if __name__ == "__main__":
|
||||
if __name__ == "__main__": # pragma: no cover
|
||||
app = QApplication([])
|
||||
|
||||
# Create instance of WidgetHierarchy
|
@ -8,7 +8,7 @@ from PyQt5.QtWidgets import (
|
||||
QSpinBox,
|
||||
)
|
||||
|
||||
from bec_widgets.qt_utils.widget_IO import WidgetHierarchy
|
||||
from bec_widgets.qt_utils.widget_io import WidgetHierarchy
|
||||
|
||||
|
||||
@pytest.fixture(scope="function")
|
||||
|
Reference in New Issue
Block a user