From d8015764e6f3008e822a10b8cf3c8692fcea46dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B5=D0=BC=D1=91=D0=BD=20=D0=9C=D0=B0=D1=80=D1=8C?= =?UTF-8?q?=D1=8F=D1=81=D0=B8=D0=BD?= Date: Wed, 18 Apr 2018 12:47:52 +0300 Subject: [PATCH] Fix typo in the comment --- _pytest/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pytest/main.py b/_pytest/main.py index 9b59e03a2..03db67b60 100644 --- a/_pytest/main.py +++ b/_pytest/main.py @@ -333,7 +333,7 @@ class Session(nodes.FSCollector): def gethookproxy(self, fspath): # check if we have the common case of running - # hooks with all conftest.py filesall conftest.py + # hooks with all conftest.py files pm = self.config.pluginmanager my_conftestmodules = pm._getconftestmodules(fspath) remove_mods = pm._conftest_plugins.difference(my_conftestmodules)