From ec048408616ebe1cb39d60533c210362d1b94344 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Tue, 29 Mar 2022 03:22:28 +0200 Subject: [PATCH] test(meta): Define a basic test --- tests/kodi-timekeeper/test_ktk.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/kodi-timekeeper/test_ktk.py diff --git a/tests/kodi-timekeeper/test_ktk.py b/tests/kodi-timekeeper/test_ktk.py new file mode 100644 index 0000000..3f4b133 --- /dev/null +++ b/tests/kodi-timekeeper/test_ktk.py @@ -0,0 +1,3 @@ +class KTKTests: + def test_adding_two_ints_returns_correct_result(self): + pass