GnuCash
5.6-150-g038405b370+
bindings
python
tests
test_gettext.py
1
# test gettext
2
#
3
# @date 2020-04-08
4
# @author Christoph Holtermann <mail@c-holtermann.net>
5
6
from
unittest
import
TestCase, main
7
import
gnucash
8
from
gnucash
import
_sw_core_utils
9
10
11
class
TestGettext
(TestCase):
12
def
test_import_gettext(self):
13
import
gettext
14
15
def
test_get_localedir(self):
16
_localedir = _sw_core_utils.gnc_path_get_localedir()
17
18
if
__name__ ==
'__main__'
:
19
main()
test_gettext.TestGettext
Definition:
test_gettext.py:11
Generated by
1.8.14