From c1b9318e7759bcf5a77c262f3115e7593b3e7e95 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 29 Nov 2018 19:04:14 +0100 Subject: [PATCH] check_coverage: Add test_objects.py --- scripts/dev/check_coverage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dev/check_coverage.py b/scripts/dev/check_coverage.py index 21ebd6557..8d0647b0d 100644 --- a/scripts/dev/check_coverage.py +++ b/scripts/dev/check_coverage.py @@ -113,7 +113,7 @@ PERFECT_FILES = [ 'misc/keyhintwidget.py'), ('tests/unit/misc/test_pastebin.py', 'misc/pastebin.py'), - (None, + ('tests/unit/misc/test_objects.py', 'misc/objects.py'), (None,