From be06e22f6433d43468d0a8a814b031a9e1adbd66 Mon Sep 17 00:00:00 2001 From: LSaldyt Date: Mon, 9 Oct 2017 13:01:11 -0600 Subject: [PATCH] Moves tests --- copycat/tests.py => tests.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename copycat/tests.py => tests.py (99%) diff --git a/copycat/tests.py b/tests.py similarity index 99% rename from copycat/tests.py rename to tests.py index 522206a..c607867 100644 --- a/copycat/tests.py +++ b/tests.py @@ -1,6 +1,5 @@ import unittest - -from .copycat import Copycat +from copycat import Copycat # TODO: update test cases to use entropy