From 2c864fef59408fdc689b91bf9393b25e36ee7704 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Mon, 2 May 2022 02:00:20 +0200 Subject: [PATCH] test(meta): Play with pytest tests --- tests/kodi-timekeeper/test_ktk.py | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/tests/kodi-timekeeper/test_ktk.py b/tests/kodi-timekeeper/test_ktk.py index 3f4b133..8607642 100644 --- a/tests/kodi-timekeeper/test_ktk.py +++ b/tests/kodi-timekeeper/test_ktk.py @@ -1,3 +1,21 @@ class KTKTests: - def test_adding_two_ints_returns_correct_result(self): - pass + #def test_adding_two_ints_returns_correct_result(self): + # assert alter(1, 2) == 3 + # pass + + def test_one(self): + assert 1 == 1 + + def test_two(self): + expect = (1, 2, 3) + actual = (1, 2, 3) + + +def test_adsasd(): + expect = (1, 2, 3) + actual = (1, 2, 3) + + +def test_aasssd(): + expect = (1, 2, 3) + actual = (1, 2, 3)