summaryrefslogtreecommitdiff
path: root/test/test_theming.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2016-08-21 15:39:46 +0200
committermathieui <mathieui@mathieui.net>2016-08-21 15:58:07 +0200
commit5f0c0fbb0adb45407008d84dc1b6e843cd94870c (patch)
tree4bf746e3fcc5b3abddb723b1ced620e4e3ac0682 /test/test_theming.py
parent84e59b05ff0a17178da9ecdb6c5d084e48b42763 (diff)
downloadpoezio-5f0c0fbb0adb45407008d84dc1b6e843cd94870c.tar.gz
poezio-5f0c0fbb0adb45407008d84dc1b6e843cd94870c.tar.bz2
poezio-5f0c0fbb0adb45407008d84dc1b6e843cd94870c.tar.xz
poezio-5f0c0fbb0adb45407008d84dc1b6e843cd94870c.zip
Update tests
Diffstat (limited to 'test/test_theming.py')
-rw-r--r--test/test_theming.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/test_theming.py b/test/test_theming.py
index 40d1ab42..08856571 100644
--- a/test/test_theming.py
+++ b/test/test_theming.py
@@ -2,11 +2,9 @@
Test the functions in the `theming` module
"""
-import sys
import pytest
-sys.path.append('poezio')
-from theming import dump_tuple, read_tuple
+from poezio.theming import dump_tuple, read_tuple
def test_read_tuple():
assert read_tuple('1,-1,u') == ((1, -1), 'u')