summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2020-08-13 21:37:59 -0300
committerBruno Oliveira <nicoddemus@gmail.com>2020-08-15 09:39:14 -0300
commit2213016e40176cdcb1397ad03499ed1881d89ac9 (patch)
tree782fff7a7452029d1d358de4a7f3a53e7e9f7f0d /changelog
parent10f98e1d2f132d6e5239da8158a2db15661b5258 (diff)
downloadpytest-2213016e40176cdcb1397ad03499ed1881d89ac9.tar.gz
Fix Module.name from full path without drive letter
Fix #7628
Diffstat (limited to 'changelog')
-rw-r--r--changelog/7628.bugfix.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog/7628.bugfix.rst b/changelog/7628.bugfix.rst
new file mode 100644
index 000000000..9f3480aaa
--- /dev/null
+++ b/changelog/7628.bugfix.rst
@@ -0,0 +1 @@
+Fix test collection when a full path without a drive letter was passed to pytest on Windows (for example ``\projects\tests\test.py`` instead of ``c:\projects\tests\pytest.py``).