From 403e51068a123733740a094e40cdd31ceb5e7c61 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 4 May 2017 21:18:43 -0400 Subject: Don't warn that namespace packages have no code. #572 --HG-- extra : amend_source : 68f6e0ab140e77ede11bb40dc2ac515cfb6f2333 --- tests/modules/namespace_420/sub1/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/modules/namespace_420/sub1/__init__.py (limited to 'tests/modules') diff --git a/tests/modules/namespace_420/sub1/__init__.py b/tests/modules/namespace_420/sub1/__init__.py new file mode 100644 index 00000000..94bb2959 --- /dev/null +++ b/tests/modules/namespace_420/sub1/__init__.py @@ -0,0 +1,4 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt + +sub1 = "namespace_420 sub1" -- cgit v1.2.1