add tests for text-module

This commit is contained in:
Mike Fährmann
2015-10-03 14:51:13 +02:00
parent c5801c9770
commit 2962bf36f6
3 changed files with 52 additions and 0 deletions

View File

@@ -46,4 +46,5 @@ setup(
"Topic :: Multimedia",
"Topic :: Multimedia :: Graphics",
],
test_suite='test',
)