summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2018-10-18 20:05:41 -0300
committerBruno Oliveira <nicoddemus@gmail.com>2018-10-18 20:06:43 -0300
commitac5704290f8f8f0507ba7aa927e944fc62dea69a (patch)
tree4537f6b7b7d7d6315ef896d316c5480dc1bc2857 /changelog
parente4871f7722d4254b28718e9c27b7e927ecf66191 (diff)
downloadpytest-ac5704290f8f8f0507ba7aa927e944fc62dea69a.tar.gz
Improve error message when it is not possible to determine a function's signature
Fix #4026
Diffstat (limited to 'changelog')
-rw-r--r--changelog/4026.bugfix.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog/4026.bugfix.rst b/changelog/4026.bugfix.rst
new file mode 100644
index 000000000..ce7bd572b
--- /dev/null
+++ b/changelog/4026.bugfix.rst
@@ -0,0 +1 @@
+Improve error message when it is not possible to determine a function's signature.