From b063ba412f59b5095bdce6cff38cdb9228e0ef31 Mon Sep 17 00:00:00 2001 From: maxkoryukov Date: Wed, 3 Feb 2016 02:34:32 +0500 Subject: [PATCH] * Dummy test , example for albumart. Required for precise coverage --- headphones/albumart_test.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 headphones/albumart_test.py diff --git a/headphones/albumart_test.py b/headphones/albumart_test.py new file mode 100644 index 00000000..690d4f92 --- /dev/null +++ b/headphones/albumart_test.py @@ -0,0 +1,7 @@ +import unittest +from unittest import TestCase +import mock + +import headphones.albumart + +# no tests...