diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2017-05-04 21:18:43 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-05-04 21:18:43 -0400 |
| commit | 594eb5ba5b69956bfd4c12e03c4e2c7c1155302a (patch) | |
| tree | 2d754887461f0198c5becfa81a4eb74bd95ccc42 /tests/moremodules | |
| parent | e062672509aea7cc7fb302c5f086a26ec6840989 (diff) | |
| download | python-coveragepy-594eb5ba5b69956bfd4c12e03c4e2c7c1155302a.tar.gz | |
Don't warn that namespace packages have no code. #572
Diffstat (limited to 'tests/moremodules')
| -rw-r--r-- | tests/moremodules/namespace_420/sub2/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/moremodules/namespace_420/sub2/__init__.py b/tests/moremodules/namespace_420/sub2/__init__.py new file mode 100644 index 0000000..0839688 --- /dev/null +++ b/tests/moremodules/namespace_420/sub2/__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 + +sub2 = "namespace_420 sub2" |
