From 9ee7ee992d468b4f354ac16c34747e0c31d7b656 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Tue, 21 Dec 2021 18:39:49 +0100 Subject: Minor fixes to tests --- abcontroller_unittest.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'abcontroller_unittest.py') diff --git a/abcontroller_unittest.py b/abcontroller_unittest.py index 42eaabc..ea377b7 100644 --- a/abcontroller_unittest.py +++ b/abcontroller_unittest.py @@ -137,3 +137,7 @@ def test_addLimitsToCurrentSongButDoNotSetCurrentLimits(): checkLimits(uut, abLimits.a, abLimits.b) +def test_getLimitsOfInexistentSong(): + song = "/path/to/song" + uut = ABController() + assert uut.getLimits(song) == None -- cgit v1.2.3