We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca89110 commit 4b63f74Copy full SHA for 4b63f74
tests/component/test_base.py
@@ -21,7 +21,7 @@ class _FakeComponent(Component):
21
"""A simple component implementation for testing."""
22
23
24
-def test_instantiation() -> None:
+def test_creation() -> None:
25
"""Test that Component base class cannot be instantiated directly."""
26
with pytest.raises(TypeError, match="Cannot instantiate Component directly"):
27
_ = Component(
0 commit comments