store: rename Store to Stash

The name "stash" is a bit more distinguishable and more evocative of the
intended usage.
This commit is contained in:
Ran Benita
2021-07-18 13:51:09 +03:00
parent 940c6e2337
commit 5470d33e82
14 changed files with 115 additions and 115 deletions

View File

@@ -21,7 +21,7 @@ from _pytest.pytester import Pytester
from _pytest.pytester import RunResult
from _pytest.reports import BaseReport
from _pytest.reports import TestReport
from _pytest.store import Store
from _pytest.stash import Stash
@pytest.fixture(scope="session")
@@ -951,7 +951,7 @@ def test_dont_configure_on_workers(tmp_path: Path) -> None:
def __init__(self):
self.pluginmanager = self
self.option = self
self._store = Store()
self._store = Stash()
def getini(self, name):
return "pytest"