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