diff options
author | Thomas Grainger <tagrain@gmail.com> | 2020-09-13 00:26:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-12 19:26:36 -0400 |
commit | ecd6ab19a43a444bc7fc9dfbc08f3ca5274365ca (patch) | |
tree | 475101c0912dcf031b561acfab88cfaa712401cb /tests/modules | |
parent | 39e6d1de90b9574f8eaa266b289a7efc02b2e9e9 (diff) | |
download | python-coveragepy-git-ecd6ab19a43a444bc7fc9dfbc08f3ca5274365ca.tar.gz |
Create Way to force package even if filepath exists (#1026)
Fixes: #268
Diffstat (limited to 'tests/modules')
-rw-r--r-- | tests/modules/ambigious/__init__.py | 0 | ||||
-rw-r--r-- | tests/modules/ambigious/pkg1/__init__.py | 0 | ||||
-rw-r--r-- | tests/modules/ambigious/pkg1/ambigious.py | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/tests/modules/ambigious/__init__.py b/tests/modules/ambigious/__init__.py new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/tests/modules/ambigious/__init__.py diff --git a/tests/modules/ambigious/pkg1/__init__.py b/tests/modules/ambigious/pkg1/__init__.py new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/tests/modules/ambigious/pkg1/__init__.py diff --git a/tests/modules/ambigious/pkg1/ambigious.py b/tests/modules/ambigious/pkg1/ambigious.py new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/tests/modules/ambigious/pkg1/ambigious.py |