From be564dd2b8a7bc333b1d3f315bc98a975dd37b6d Mon Sep 17 00:00:00 2001 From: Pi Delport Date: Wed, 18 Oct 2017 12:34:22 +0200 Subject: [PATCH] (Ignore coverage for intentionally unimplemented property) --- analytical/templatetags/facebook_pixel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analytical/templatetags/facebook_pixel.py b/analytical/templatetags/facebook_pixel.py index c855784..33dac0a 100644 --- a/analytical/templatetags/facebook_pixel.py +++ b/analytical/templatetags/facebook_pixel.py @@ -78,7 +78,7 @@ class _FacebookPixelNode(Node): @property def code_template(self): - raise NotImplementedError + raise NotImplementedError # pragma: no cover class FacebookPixelHeadNode(_FacebookPixelNode):