diff --git a/tests/test_basic.py b/tests/test_basic.py new file mode 100644 index 0000000..1aae20e --- /dev/null +++ b/tests/test_basic.py @@ -0,0 +1,3 @@ +def test_basic(): + """Basic test """ + pass