Skip to content

Commit

Permalink
Disable code
Browse files Browse the repository at this point in the history
  • Loading branch information
soininen committed Sep 11, 2023
1 parent 6001af8 commit a41b5ed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/test_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@


class TestBase(unittest.TestCase):
@classmethod
def setUpClass(cls):
print("Do we even get here?")
time.sleep(1)
if not QApplication.instance():
QApplication()
# @classmethod
# def setUpClass(cls):
# print("Do we even get here?")
# time.sleep(1)
# if not QApplication.instance():
# QApplication()

def setUp(self):
print("*** setUp() start ***")
Expand Down

0 comments on commit a41b5ed

Please sign in to comment.