Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

Commit

Permalink
add import test
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen521kk committed Nov 4, 2020
1 parent 10f6cef commit ca7b0b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_import.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
def test_import():
import text2svg
assert True
def test_TextInfo():
from text2svg import TextInfo
assert str(TextInfo("Hello World","hello.svg",50,50))=="TextInfo(b'Hello World')"

0 comments on commit ca7b0b0

Please sign in to comment.