forked from openlp/openlp
Comment out the test properly.
This commit is contained in:
parent
74fc1d3988
commit
7407d6a16c
@ -1,16 +1,16 @@
|
|||||||
"""
|
"""
|
||||||
Package to test the openlp.core.ui package.
|
Package to test the openlp.core.ui package.
|
||||||
"""
|
"""
|
||||||
from unittest import TestCase
|
|
||||||
|
|
||||||
from PyQt4 import QtGui
|
|
||||||
|
|
||||||
from openlp.core.lib import Registry
|
|
||||||
from openlp.plugins.songs.forms.authorsform import AuthorsForm
|
|
||||||
|
|
||||||
|
|
||||||
## SHE IS NOT WORKING :-(
|
## SHE IS NOT WORKING :-(
|
||||||
|
|
||||||
|
# from unittest import TestCase
|
||||||
|
#
|
||||||
|
# from PyQt4 import QtGui
|
||||||
|
#
|
||||||
|
# from openlp.core.lib import Registry
|
||||||
|
# from openlp.plugins.songs.forms.authorsform import AuthorsForm
|
||||||
|
#
|
||||||
|
#
|
||||||
# class TestAuthorsForm(TestCase):
|
# class TestAuthorsForm(TestCase):
|
||||||
#
|
#
|
||||||
# def setUp(self):
|
# def setUp(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user