mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 00:14:09 -04:00
g13gui: Add a toplevel unittest module
This gives us a one-stop-shop for running unit tests.
This commit is contained in:
parent
32776db309
commit
f257d8f11d
13
g13gui/g13gui/tests.py
Normal file
13
g13gui/g13gui/tests.py
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
import unittest
|
||||||
|
|
||||||
|
from g13gui.observer.observer_tests import *
|
||||||
|
from g13gui.model.bindingprofile_tests import *
|
||||||
|
from g13gui.model.prefs_tests import *
|
||||||
|
from g13gui.bitwidgets.fonts_tests import *
|
||||||
|
from g13gui.bitwidgets.label_tests import *
|
||||||
|
from g13gui.bitwidgets.display_tests import *
|
||||||
|
from g13gui.bitwidgets.screen_tests import *
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
unittest.main()
|
Loading…
Reference in New Issue
Block a user