You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2019/09/17 22:51:35 UTC

[incubator-datasketches-cpp] 02/04: remove editor's temporary file

This is an automated email from the ASF dual-hosted git repository.

jmalkin pushed a commit to branch py_test
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-cpp.git

commit f9eb4be8faf7661da467fce25366bdf727e8bbc5
Author: jmalkin <jm...@users.noreply.github.com>
AuthorDate: Wed Aug 28 15:12:56 2019 -0700

    remove editor's temporary file
---
 python/tests/hll_test.py~ | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/python/tests/hll_test.py~ b/python/tests/hll_test.py~
deleted file mode 100644
index 9847169..0000000
--- a/python/tests/hll_test.py~
+++ /dev/null
@@ -1,14 +0,0 @@
-import unittest
-import datasketches  # our `pybind11`-based extension module
-
-class MainTest(unittest.TestCase):
-    def test_add(self):
-        # test that 1 + 1 = 2
-        self.assertEqual(python_cpp_example.add(1, 1), 2)
-
-    def test_subtract(self):
-        # test that 1 - 1 = 0
-        self.assertEqual(python_cpp_example.subtract(1, 1), 0)
-
-if __name__ == '__main__':
-    unittest.main()


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org