From f003914d4b066e4825da2afa1180914620eecfbc Mon Sep 17 00:00:00 2001 From: Tom Dalton Date: Mon, 23 Oct 2017 15:37:02 +0100 Subject: [PATCH] Add changelog entry for #2836 --- changelog/2836.bug | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/2836.bug diff --git a/changelog/2836.bug b/changelog/2836.bug new file mode 100644 index 000000000..a6e36a34b --- /dev/null +++ b/changelog/2836.bug @@ -0,0 +1,3 @@ +Attempted fix for https://github.com/pytest-dev/pytest/issues/2836 + +Improves the handling of "nodeid"s to be more aware of path and class separators.