From 565c8a4251f94a4cc691a500201c25ddcc0df798 Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 24 Jun 2020 15:21:26 -0400 Subject: [PATCH] Add test for utils --- tests/test_utils.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/test_utils.py diff --git a/tests/test_utils.py b/tests/test_utils.py new file mode 100644 index 0000000..9ef2456 --- /dev/null +++ b/tests/test_utils.py @@ -0,0 +1,8 @@ +import pytest + +from translater import utils + + + + +