Issue a warning when a fixture named 'request' is collected

Fix #611
This commit is contained in:
Bruno Oliveira
2018-10-20 12:09:44 -03:00
parent b432f1207c
commit 7bb51b8ceb
5 changed files with 37 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
import pytest
@pytest.fixture
def request():
pass
def test():
pass