MCPcopy Index your code
hub / github.com/wechaty/python-wechaty / fixture_user_class

Function fixture_user_class

tests/accessory_test.py:46–48  ·  view source on GitHub ↗

fixture for fixture class

()

Source from the content-addressed store, hash-verified

44
45@pytest.fixture(name='user_class')
46def fixture_user_class() -> Generator[Type[Accessory], None, None]:
47 """fixture for fixture class"""
48 yield get_user_class()
49
50
51def test_indenpendent_user_classes() -> None:

Callers

nothing calls this directly

Calls 1

get_user_classFunction · 0.85

Tested by

no test coverage detected