Rename pypol into LinPy
[linpy.git] / pypol / tests / test_domains.py
diff --git a/pypol/tests/test_domains.py b/pypol/tests/test_domains.py
deleted file mode 100644 (file)
index f9e7008..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-import unittest
-
-from ..domains import *
-
-
-class TestDomain(unittest.TestCase):
-
-    def setUp(self):
-        pass
-
-    def test_new(self):
-        pass