from AnyQt.QtCore import Qt


def test_common_enums():
    Qt.DisplayRole
    Qt.EditRole
    Qt.DecorationRole
    Qt.UserRole
