Fix segfault at the end of pytest runs

This commit is contained in:
Rebecca Breu 2021-03-24 15:07:01 +01:00
parent 4ec5ed0a13
commit 048a6b7d44

View file

@ -12,3 +12,4 @@ class BeeTestCase(TestCase):
@classmethod
def tearDownClass(cls):
cls.app.quit()
del cls.app