trying to solve pipeline issue: missing examples
This commit is contained in:
@ -27,7 +27,7 @@ class TestViewUnit(unittest.TestCase):
|
|||||||
self.app = QApplication(sys.argv)
|
self.app = QApplication(sys.argv)
|
||||||
theme.apply(self.app)
|
theme.apply(self.app)
|
||||||
# ctrl_c.setup(self.app)
|
# ctrl_c.setup(self.app)
|
||||||
self.mw = MainWindow()
|
self.mw = MainWindow(add_examples=True)
|
||||||
self.mw.show()
|
self.mw.show()
|
||||||
|
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ class TestViewUnit(unittest.TestCase):
|
|||||||
def setUp(self) -> None:
|
def setUp(self) -> None:
|
||||||
print("setup")
|
print("setup")
|
||||||
self.app = QApplication(sys.argv)
|
self.app = QApplication(sys.argv)
|
||||||
self.mw = MainWindow()
|
self.mw = MainWindow(add_examples=True)
|
||||||
self.mw.show()
|
self.mw.show()
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user