You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/e4u/files/initialize-e4u-tests.patch

12 lines
268 B

--- a/test/test.py 2013-06-13 09:14:06.000000000 +0200
+++ b/test/test.py 2018-05-16 13:40:22.000000000 +0200
@@ -7,6 +7,8 @@
import unittest
import e4u
+e4u.load(filename=r"./e4u/data/emoji4unicode.xml")
+
DISPLAY_INFO = False
class TestCaseAbstract(object):