X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/4a4d773df0dea3cea63023b8d01f380a0024e25a..1d494bb187b70135df721c13306d7f26fdf33f50:/tests/test_isl.py diff --git a/tests/test_isl.py b/tests/test_isl.py deleted file mode 100644 index 421b1be..0000000 --- a/tests/test_isl.py +++ /dev/null @@ -1,14 +0,0 @@ - -import unittest - -from math import floor, ceil, trunc - -from pypol.isl import * - - -class TestContext(unittest.TestCase): - - def test_eq(self): - ctx1, ctx2 = Context(), Context() - self.assertEqual(ctx1, ctx1) - self.assertNotEqual(ctx1, ctx2)