Add exit on close properly

This commit is contained in:
VirtuBox
2019-08-18 00:00:52 +02:00
parent 3118e50ff5
commit 896e5a237b

View File

@@ -65,6 +65,8 @@ class WOApp(foundation.CementApp):
debug = TOGGLE_DEBUG
exit_on_close = True
class WOTestApp(WOApp):
"""A test app that is better suited for testing."""