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

Function test_indenpendent_user_classes

tests/accessory_test.py:51–56  ·  view source on GitHub ↗

two child class should not be equal

()

Source from the content-addressed store, hash-verified

49
50
51def test_indenpendent_user_classes() -> None:
52 """two child class should not be equal"""
53 user_class1 = get_user_class()
54 user_class2 = get_user_class()
55
56 assert user_class1 != user_class2, 'two child class should not be equal'
57
58
59def test_user_classes_should_share() -> None:

Callers

nothing calls this directly

Calls 1

get_user_classFunction · 0.85

Tested by

no test coverage detected