From 144a8364171cbc0243b8c9112c73c1ba49621751 Mon Sep 17 00:00:00 2001 From: Nicolas Frank Date: Wed, 11 Sep 2024 16:35:11 +0200 Subject: [PATCH] Add dummy test --- tests/test_dummy.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/test_dummy.py diff --git a/tests/test_dummy.py b/tests/test_dummy.py new file mode 100644 index 0000000..fca73db --- /dev/null +++ b/tests/test_dummy.py @@ -0,0 +1,4 @@ +"""Dummy test""" + +def test_dummy(): + assert True \ No newline at end of file