From 8a02280c4bd05a7f8df598a75a1ea2d3caaddd7d Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sat, 7 Nov 2020 10:21:48 +0000 Subject: Tests: add runner and frame for SPARQL --- test/test_sparql.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/test_sparql.py (limited to 'test/test_sparql.py') diff --git a/test/test_sparql.py b/test/test_sparql.py new file mode 100644 index 0000000..00bb3ed --- /dev/null +++ b/test/test_sparql.py @@ -0,0 +1,11 @@ +# Run with python3 test/test_sparql.py + +import unittest + +class TestSPARQL(unittest.TestCase): + + def test_sparql(self): + pass + +if __name__ == '__main__': + unittest.main() -- cgit v1.2.3