Always escape null bytes when setting PYTEST_CURRENT_TEST

Fix #2957
This commit is contained in:
Bruno Oliveira
2017-11-28 19:45:13 -02:00
parent d95c8a2204
commit 89cf943e04
3 changed files with 6 additions and 7 deletions
+1
View File
@@ -0,0 +1 @@
Always escape null bytes when setting ``PYTEST_CURRENT_TEST``.