summaryrefslogtreecommitdiff
path: root/tests/modules
diff options
context:
space:
mode:
authorThomas Grainger <tagrain@gmail.com>2020-09-13 00:26:36 +0100
committerGitHub <noreply@github.com>2020-09-12 19:26:36 -0400
commitecd6ab19a43a444bc7fc9dfbc08f3ca5274365ca (patch)
tree475101c0912dcf031b561acfab88cfaa712401cb /tests/modules
parent39e6d1de90b9574f8eaa266b289a7efc02b2e9e9 (diff)
downloadpython-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__.py0
-rw-r--r--tests/modules/ambigious/pkg1/__init__.py0
-rw-r--r--tests/modules/ambigious/pkg1/ambigious.py0
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