spelling: bootstrapping
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
4b16fb6df5
commit
de585d1ebf
|
@ -420,7 +420,7 @@ class TestPytestPluginManager:
|
||||||
pytestpm.consider_conftest(mod, registration_name="unused")
|
pytestpm.consider_conftest(mod, registration_name="unused")
|
||||||
|
|
||||||
|
|
||||||
class TestPytestPluginManagerBootstrapming:
|
class TestPytestPluginManagerBootstrapping:
|
||||||
def test_preparse_args(self, pytestpm: PytestPluginManager) -> None:
|
def test_preparse_args(self, pytestpm: PytestPluginManager) -> None:
|
||||||
pytest.raises(
|
pytest.raises(
|
||||||
ImportError, lambda: pytestpm.consider_preparse(["xyz", "-p", "hello123"])
|
ImportError, lambda: pytestpm.consider_preparse(["xyz", "-p", "hello123"])
|
||||||
|
|
Loading…
Reference in New Issue